Number of APIs: 2
1. Get Zoom Room account settings
GET {{baseUrl}}/rooms/account_settings?setting_type=meeting
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 Notification Settings) of the Zoom Rooms account. By default, only Account Meeting Settings are returned. To view only Alert Settings, specify Prerequisites: Scopes: Rate Limit Label: alert
as the value of the setting_type
query parameter.
room:read:admin
Medium
2. Update Zoom Room account settings
PATCH {{baseUrl}}/rooms/account_settings?setting_type=meeting
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 Notification Settings) of the Zoom Rooms account by specifying the required setting type in the Prerequisites: Scopes: Rate Limit Label: 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.
room:write:admin
Medium
ENDPOINTS