Logo
Zoom Public API Documentation

phone-sites-{site Id}

Number of APIs: 3


1. Delete a phone site

DELETE {{baseUrl}}/phone/sites/:siteId?transfer_site_id=8f71O6rWT8KFUGQmJIFAdQ

Sites allow you to organize Zoom Phone users in your organization. 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.

Scope: phone:write:admin

Rate Limit Label: Light



2. Get phone site details

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

Sites allow you to organize Zoom Phone users in your organization. Use this API to get information on a specific site.

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

Scope: phone:read:admin

Rate Limit Label: Light



3. Update phone site details

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

Sites allow you to organize Zoom Phone users in your organization. Use this API to update information about a specific site.

Prerequisites:

  • Account must have a Pro or a higher plan with Zoom Phone license.
  • Scope: phone:write:admin

Rate Limit Label: Light



ENDPOINTS