Logo
Zoom Public API Documentation

phone-sites-{siteId}-settings-{settingType}

Number of APIs: 4


1. Delete a site setting

DELETE {{baseUrl}}/phone/sites/:siteId/settings/:settingType?device_type=<string>&holiday_id=<string>

Sites allow you to organize Zoom Phone users in your organization. Use this API to delete the site setting of a specific site.

Prerequisites: * Account must have a Pro or a higher plan with Zoom Phone license. * Multiple sites must be enabled.

Scopes: phone:write:admin

Granular Scopes: phone:delete:site_setting:admin

Rate Limit Label: Light



2. Add a site setting

POST {{baseUrl}}/phone/sites/:siteId/settings/:settingType

Sites allow you to organize Zoom Phone users in your organization. Use this API to add a site setting to a specific site according to the setting type.

Prerequisites: * Account must have a Pro or a higher plan with Zoom Phone license. * Multiple sites must be enabled.

Scopes: phone:write:admin

Granular Scopes: phone:write:site_setting:admin

Rate Limit Label: Light



3. Update the site setting

PATCH {{baseUrl}}/phone/sites/:siteId/settings/:settingType

Sites allow you to organize Zoom Phone users in your organization. Use this API to update the site setting of a specific site according to the setting type.

Prerequisites: * Account must have a Pro or a higher plan with Zoom Phone license. * Multiple sites must be enabled.

Scopes: phone:write:admin

Granular Scopes: phone:update:site_setting:admin

Rate Limit Label: Light



4. Get a phone site setting

GET {{baseUrl}}/phone/sites/:siteId/settings/:settingType

Sites allow you to organize Zoom Phone users in your organization. Use this API to get site setting about a specific site according to the setting type.

Prerequisites:

  • Account must have a Pro or a higher plan with Zoom Phone license.
  • Multiple sites must be enabled.

Scopes: phone:read:admin

Granular Scopes: phone:read:site_setting:admin

Rate Limit Label: Light



ENDPOINTS