setGlobalDialinUrlForTspUser.Rd
A global dialin 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 dialin page of a user whose Zoom account has TSP and special TSP with thirdparty audio conferencing options enabled. <p></p>**Scopes:**tsp:write:admin tsp:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
setGlobalDialinUrlForTspUser(userId, audio_url = NULL, return_response = F)
userId | The userId or email address of the user. |
---|---|
audio_url | The global dialin URL for a TSP enabled account. The URL must be valid with a maxlength of 512 characters. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |