Logo
Zoom Public API Documentation

rooms-account_settings

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 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: 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 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: Medium



ENDPOINTS