Update information on either meeting or alert settings applied to Zoom Rooms located in a specific location. To update **Alert Settings**, specify alert as the value of the setting_type query parameter. Similarly, to update **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

updateLocationSettings(locationId, setting_type, return_response = F)

Arguments

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 update. alert: Alert Settings applied on the Zoom Rooms Account.meeting: Meeting settings of the Zoom Rooms Account.signage: Digital signage settings.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.