getZoomRoomAccountSettings.Rd
Get details on Account Settings of a Zoom Room. With this API, you can view either the **Account Meeting Settings** or the **Alert Settings** Client Alert Settings and Notfication Settings of the Zoom Rooms account. By default, only **Account 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
getZoomRoomAccountSettings(setting_type, return_response = F)
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: View digital signage settings of the Zoom Rooms Account. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |