Logo
Zoom Public API Documentation

phone-sites-{siteId}

Number of APIs: 3


1. Get phone site details

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

Returns information on a specific site. Sites allow you to organize Zoom Phone users in your organization.

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

Rate Limit Label: LIGHT



2. Update phone site details

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

Updates information about a specific site. It allows you to organize Zoom Phone users in your organization.

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

Scopes: phone:write:admin

Granular Scopes: phone:update:site:admin

Rate Limit Label: LIGHT



3. Delete a phone site

DELETE {{baseUrl}}/phone/sites/:siteId?transfer_site_id=<string>

Use this API to delete a specific site in a Zoom account. To delete a site, in the query parameter, you must provide the site ID of another site where the assets of current site (users, numbers and phones) can be transferred to. You cannot use this API to delete the main 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:admin

Rate Limit Label: Light



ENDPOINTS