List internal numbers
GET
/accounts/{accountId}/sip_trunk/internal_numbers
SIP Connected Audio
To list internal numbers of a sub account, provide the account ID of the sub account in the
accountId
path parameter. To list internal numbers of a master account, provide me
as the value of the accountId
path parameter.Prerequisites:
Scope:
sip_trunk:master
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/accounts//sip_trunk/internal_numbers'
响应示例响应示例
200 - 示例 1
{
"internal_numbers": [
{
"allow_for_external_meetings": true,
"allow_join": true,
"country": "string",
"display_number": "string",
"labels": "string",
"languages": "en-GB",
"number": "string",
"type": 0,
"visible": true
}
],
"next_page_token": "string",
"page_size": 30,
"total_records": 0
}
请求参数
Path 参数
accountId
string
必需
accountId
path parameter. To list internal numbers of a master account, provide me
as the value of the accountId
path parameter.Query 参数
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
返回响应
修改于 2024-04-24 09:06:48