PATCH /tsp
Update information of the Telephony Service Provider set up on an account.
Prerequisites:
TSP account option should be enabled.
**Scopes:** tsp:write:admin
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
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 |
|---|---|---|---|
tsp_provider |
String | No |
3rd party audio conferencing provider |
tsp_enabled |
Boolean | No |
Enable TSP feature for account. This has to be enabled to use any other tsp settings/features. |
tsp_bridge |
String | No |
Telephony bridge Valid values:
|
master_account_setting_extended |
Boolean | No |
For master account, extend its TSP setting to all sub accounts. For sub account, extend TSP setting from master account. |
dial_in_number_unrestricted |
Boolean | No |
Control restriction on account users adding a TSP number outside of account's dial in numbers. |
enable |
Boolean | No |
Enable 3rd party audio conferencing for account users |
modify_credential_forbidden |
Boolean | No |
Control restriction on account users being able to modify their TSP credentials. |
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.