POST {{baseUrl}}/users/:userId/tsp
Add a user's TSP account. Scopes: Rate Limit Label: tsp:write:admin
,tsp:write
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"
} |
ENDPOINTS