Logo
Zoom Public API Documentation

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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/sites/:siteId/dial_by_name_directory/extensions' -H 'Content-Type: application/json' -d '{"site_id":"fdfdwb","extension_ids":["qdvd3fg","qdvd3fg"]}'

ENDPOINTS