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
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"conference_code":"\u003cstring\u003e","leader_pin":"\u003cstring\u003e","dial_in_numbers":[{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"tollfree"},{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"toll"}],"id":"\u003cstring\u003e","tsp_bridge":"EU_TSP_TB"}