Logo
Zoom Public API Documentation

Assign phone numbers

POST {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/phone_numbers

Assign available phone numbers to an auto receptionist. The available numbers can be retrieved using the List Phone Numbers API with type query parameter set to "unassigned".

Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:auto_receptionist_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers' -H 'Content-Type: application/json' -d '{"phone_numbers":[{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"}]}'

ENDPOINTS