Create a call queue
POST
/phone/call_queues
Phone Call Queues
Use this API to create a call queue.
You can add phone users or common area phones to call queues.
Scopes:
phone:write:admin
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.zoom.us/v2/phone/call_queues' \
--form 'name=""' \
--form 'site_id=""'
响应示例响应示例
201 - response
{
"extension_number": 10201,
"id": "SujgNzKq-w",
"name": "testing123",
"status": "active"
}
请求参数
Body 参数multipart/form-data
description
string
可选
<= 32 字符
extension_number
integer
可选
members
object
可选
common_area_phone_ids
array[string]
可选
Unique identifier of the Common Area Phone. This can be retrieved from the List Common Area Phones API.
users
array [object {2}]
可选
name
string
必需
>= 1 字符<= 32 字符
site_id
string
必需
返回响应
修改于 2024-04-24 09:06:48