Assign numbers to a call queue
POST {{baseUrl}}/phone/call_queues/:groupId/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
Granular Scopes: phone:write:call_queue_number:admin
Rate Limit Label: Light
Request Body
{"phone_numbers"=>[{"id"=>"<string>", "number"=>"<string>"}, {"id"=>"<string>", "number"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |