Assign SIP trunk configuration
PATCH
/accounts/{accountId}/sip_trunk/settings
SIP Connected Audio
Using this API, a master account owner can copy the SIP Connected Audio configurations applied on the master account and enable those configurations on a sub account. The owner can also disable the configuration in the sub account where it was previously enabled.
Prerequisites:
Scopes:
sip_trunk:master
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://api.zoom.us/v2/accounts//sip_trunk/settings'
响应示例响应示例
204 - 示例 1
null
请求参数
Path 参数
accountId
string
必需
Body 参数multipart/form-data
enable
boolean
可选
The values can be one of the following:
true
: Enable configuration.false
: Delete configurationshow_callout_internal_number
boolean
可选
true
, the call-out numbers provided by the Zoom carrier partners will be displayed in the account's list of available call-out numbers in the Zoom Web Portal and Zoom Client.show_zoom_provided_callout_countries
integer
可选
0
, the call-out countries list provided by Zoom will be displayed in the account's list of available call-out countries.1
, the Zoom provided call-out countries will be hidden from the user's account.2
, all Zoom provided countries will be deleted and only internal countries (provided by carrier partners) will be used.show_zoom_provided_numbers
enum<integer>
可选
0
, the numbers provided by Zoom will be displayed in the account's list of available call-out and call-in numbers in the Zoom Web Portal and Zoom Client.1
, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.2
, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used.枚举值:
012
返回响应
修改于 2024-04-24 09:06:48