Logo
Zoom Public API Documentation

Update account's TSP information

PATCH {{baseUrl}}/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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/tsp' -H 'Content-Type: application/json' -d '{"dial_in_number_unrestricted":"\u003cboolean\u003e","enable":"\u003cboolean\u003e","master_account_setting_extended":"\u003cboolean\u003e","modify_credential_forbidden":"\u003cboolean\u003e","tsp_bridge":"US_TSP_TB","tsp_enabled":"\u003cboolean\u003e","tsp_provider":"\u003cstring\u003e"}'

ENDPOINTS