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:

Rate Limit Label: Light

Servers

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 0, the call-out countries list provided by Zoom will be displayed in the account's list of available call-out countries.

If the value of this option is set to 1, the Zoom provided call-out countries will be hidden from the user's account.

If the value of this option is set to 2, all Zoom provided countries will be deleted and only internal countries (provided by carrier partners) will be used.

show_callout_internal_number Boolean No

If the value of this option is set to 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.

enable Boolean No

Enable or delete the configuration.
The values can be one of the following:
true: Enable configuration.
false: Delete configuration

show_zoom_provided_numbers Integer No

If the value of this option is set to 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.

If the value of this option is set to 1, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.

If the value of this option is set to 2, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used.

Valid values:

  • 0
  • 1
  • 2

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.