getLocationSettings.Rd
Get information on meeting or alert settings applied to Zoom Rooms located in a specific location. By default, only **Meeting Settings** are returned. To view only **Alert Settings**, specify alert as the value of the setting_type query parameter.**Prerequisites:*** Zoom Room licenses* Owner or Admin privileges on the Zoom Account.**Scopes:** room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
getLocationSettings(locationId, setting_type, return_response = F)
locationId | Unique identifier of the location type. This can be retrieved using the List Zoom Room Location API https://marketplace.zoom.us/docs/apireference/zoomapi/roomslocation/listzrlocations Id property in the response . |
---|---|
setting_type | The type of setting that you would like to retrieve. alert: Alert Settings applied on the Zoom Rooms Account.meeting: Meeting settings of the Zoom Rooms Account.signage: Digital signage settings of the Zoom Rooms Account. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |