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: Rate Limit Label: tsp:read:admin
,tsp:read
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"tsp_accounts": [
{
"conference_code": "<string>",
"leader_pin": "<string>",
"dial_in_numbers": [
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "toll"
},
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "media_link"
}
],
"id": "1",
"tsp_bridge": "US_TSP_TB"
},
{
"conference_code": "<string>",
"leader_pin": "<string>",
"dial_in_numbers": [
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "toll"
},
{
"code": "<string>",
"country_label": "<string>",
"number": "<string>",
"type": "tollfree"
}
],
"id": "1",
"tsp_bridge": "US_TSP_TB"
}
]
} |
ENDPOINTS