Logo
Zoom Public API Documentation

Get a user's TSP account

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

Each user can have a maximum of two TSP accounts. Use this API to retrieve details of a specific TSP account enabled for a specific user.

Scopes: tsp:read:admin,tsp:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

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



Curl
curl -X GET 'https://api.zoom.us/v2/users/:userId/tsp/:tspId' -H 'Accept: application/json'

ENDPOINTS