Update account settings applied for Zoom Rooms in a Zoom account. With this API, you can update either the **Account Meeting Settings** or the **Alert Settings** Client Alert Settings and Notfication Settings of the Zoom Rooms account by specifying the required setting type in the setting_type parameter. To update only **Alert Settings**, specify alert as the value of the setting_type query parameter and to update only **Account Meeting Settings**, specify meeting as the value of the setting_type query parameter.**Prerequisites:*** Zoom Room licenses* Owner or Admin privileges on the Zoom Account.**Scopes:** room:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

updateZoomRoomAccountSettings(setting_type, return_response = F)

Arguments

setting_type

The type of setting that you would like to update. 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.