Logo
Zoom Public API Documentation

Update a TSP account

PATCH {{baseUrl}}/users/:userId/tsp/:tspId

Update a user's TSP account.

Scopes: tsp:write:admin,tsp:write

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/users/:userId/tsp/:tspId' -H 'Content-Type: application/json' -d '{"conference_code":"\u003cstring\u003e","leader_pin":"\u003cstring\u003e","dial_in_numbers":[{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"media_link"},{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"toll"}],"tsp_bridge":"US_TSP_TB"}'

ENDPOINTS