Logo
Zoom Public API Documentation

Set global dial-in URL for a TSP user

PATCH {{baseUrl}}/users/:userId/tsp/settings

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. <p></p>

Scopes: tsp:write:admin,tsp:write

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/users/:userId/tsp/settings' -H 'Content-Type: application/json' -d '{"audio_url":"\u003cstring\u003e"}'

ENDPOINTS