Logo
Zoom Public API Documentation

Add users to a directory

POST {{baseUrl}}/phone/dial_by_name_directory/extensions

Use this API to add users to a directory.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:directory: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/dial_by_name_directory/extensions' -H 'Content-Type: application/json' -d '{"site_id":"\u003cstring\u003e","extension_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS