Logo
Zoom Public API Documentation

Assign numbers to a call queue

POST {{baseUrl}}/phone/call_queues/:callQueueId/phone_numbers

After buying phone number(s), you can assign it, allowing callers to directly dial a number to reach a call queue.

Prerequisites:

  • Pro or higher account plan.
  • Account owner or admin permissions
  • 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
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_numbers":[{"id":"MbXwdYC0R3GsbUy4iJ7IbQ","number":"+12058945456"},{"id":"MbXwdYC0R3GsbUy4iJ7IbQ","number":"+12058945456"}]}'

ENDPOINTS