Number of APIs: 3
1. Delete users from a directory of a site
DELETE {{baseUrl}}/phone/sites/:siteId/dial_by_name_directory/extensions?site_id=<string>&extension_ids=<string>&extension_ids=<string>
Use this API to delete users from a directory of the specified site. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:directory:admin
Light
2. Add users to a directory of a site
POST {{baseUrl}}/phone/sites/:siteId/dial_by_name_directory/extensions
Use this API to add users to a directory of the specified site. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:directory:admin
Light
3. List users in a directory by site
GET {{baseUrl}}/phone/sites/:siteId/dial_by_name_directory/extensions?page_size=30&next_page_token=<string>&in_directory=false&site_id=<string>
Use this API to get users that are in or not in a directory of the specified site. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:directory:admin
Medium
ENDPOINTS