Logo
Zoom Public API Documentation

rooms-locations-{locationId}-settings

Number of APIs: 2


1. Get location settings

GET {{baseUrl}}/rooms/locations/:locationId/settings?setting_type=meeting

Get information on meeting or alert settings applied to Zoom Rooms located in a specific location. By default, only 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 location settings

PATCH {{baseUrl}}/rooms/locations/:locationId/settings?setting_type=meeting

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



ENDPOINTS