PATCH /accounts/{accountId}/sip_trunk/settings
With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN.
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:
- Pro or a higher account with SIP Connected Audio plan enabled.
- master account Owner
Scopes:sip_trunk:master
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
show_zoom_provided_callout_countries |
Integer | No |
If the value of this option is set to If the value of this option is set to If the value of this option is set to |
show_callout_internal_number |
Boolean | No |
If the value of this option is set to |
enable |
Boolean | No |
Enable or delete the configuration. |
show_zoom_provided_numbers |
Integer | No |
If the value of this option is set to If the value of this option is set to If the value of this option is set to Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.