[API][Get/Update User Settings]_It seems that the waiting_room setting is duplicated

Before Creating a New Topic:

If you’re experiencing unexpected API/Zoom API Events (webhooks) behavior please search the forum with relevant keywords (e.x. error message) and follow the guidance outlined in those posts. Please also leverage the following support links:


Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Update user settings: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userSettingsUpdate
Get user settings: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userSettings

Description
Details on your question, workflow or the problem you’re trying to solve.

The waiting_room (Boolean) setting is found in both “User Settings” and “Meeting/Webinar Security Settings” but when I retrieve the user settings, the name-value of the waiting room is only one returned.

It seems the waiting_room only needs set one place is good enough in the same API. are there any reasons that two waitng_room parameters are put in the Get User Settings / Update User Settings APIs?

Error?
The full error message or issue you are running into, where applicable.

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors

In the “User settings” category:

In the “Meeting/Webinar Security Settings” category:

It looks like there are two methods where you can pass the waiting_room parameter. The original method is as part of the Update User Settings API object.

Another method, which is more recent, is by sending a meeting_security object that includes the waiting_room parameter.

Either method should work to change the waiting room setting.

I hope that helps!