Logo
Zoom Public API Documentation

Add a user's TSP account

POST {{baseUrl}}/users/:userId/tsp

Add 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
Accept
string




RESPONSES

status Created

{ "conference_code": "<string>", "leader_pin": "<string>", "id": "<string>", "dial_in_numbers": [ { "code": "<string>", "country_label": "<string>", "number": "<string>", "type": "media_link" }, { "code": "<string>", "country_label": "<string>", "number": "<string>", "type": "tollfree" } ], "tsp_bridge": "US_TSP_TB" }



Curl
curl -X POST 'https://api.zoom.us/v2/users/:userId/tsp' -H 'Content-Type: application/json' -H 'Accept: 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":"media_link"}],"tsp_bridge":"US_TSP_TB"}'

ENDPOINTS