mcp_config_account_tsp_management_operations.json•1.83 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Get information on Telephony Service Provider on an account level.\u003cbr\u003e\u003cbr\u003e **Scopes:** `tsp:read:admin` \u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light` **Prerequisites:**\u003cbr\u003e * A Pro or a higher plan.",
"name": "tsp"
},
{
"description": "Update information of the Telephony Service Provider set up on an account.\u003cbr\u003e **Prerequisites**:\u003cbr\u003e TSP account option should be enabled.\u003cbr\u003e **Scopes:** `tsp:write:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "tsp_update"
},
{
"description": "A user can have a maximum of two TSP accounts. Use this API to list all TSP accounts of a user.\u003cbr\u003e\u003cbr\u003e **Scopes:** `tsp:read:admin` `tsp:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "user_t_s_ps"
},
{
"description": "A global dial-in page can provide a list of global access numbers using which audio conferencing can be conducted. By calling this API, you can set the url for the global dial-in page of a user whose Zoom account has TSP and special TSP with third-party audio conferencing options enabled. \u003cp\u003e\u003c/p\u003e **Scopes:**`tsp:write:admin` `tsp:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "tsp_url_update"
}
]
}