List user's TSP accounts
GET {{baseUrl}}/users/:userId/tsp
A user can have a maximum of two TSP accounts. Use this API to list all TSP accounts of a user.
Scopes:
tsp:read:admin
,
tsp:read
Rate Limit Label
:
Medium
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"tsp_accounts":[{"conference_code":"\u003cstring\u003e","leader_pin":"\u003cstring\u003e","dial_in_numbers":[{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"toll"},{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"media_link"}],"id":"1","tsp_bridge":"US_TSP_TB"},{"conference_code":"\u003cstring\u003e","leader_pin":"\u003cstring\u003e","dial_in_numbers":[{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"toll"},{"code":"\u003cstring\u003e","country_label":"\u003cstring\u003e","number":"\u003cstring\u003e","type":"tollfree"}],"id":"1","tsp_bridge":"US_TSP_TB"}]}