Number of APIs: 3
DELETE {{baseUrl}}/phone/call_queues/:callQueueId/phone_numbers
Use this API to unbind all phone numbers that are assigned to a Call Queue After successful unbinding, the numbers will appear in the Unassigned tab.
If you only need to unassign a specific phone number, use the Unassign a Phone Number API instead. Prerequisites:
* Pro or higher account palan
* Account owner or admin permissions
* Zoom Phone license
Scopes: Rate Limit Label: phone:write:admin
Light
DELETE {{baseUrl}}/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId
After assigning a phone number, you can unbind it if you don't want it to be assigned to a Call Queue. Use this API to unbind a phone number from a Call Queue. After successful unbinding, the number will appear in the Unassigned tab. Prerequisites:
* Pro or higher account palan
* Account owner or admin permissions
* Zoom Phone license
Scopes: Rate Limit Label: phone:write:admin
Light
3. 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: Scopes: Rate Limit Label:
phone:write:admin
Light
ENDPOINTS