Update information of the Telephony Service Provider set up on an account.**Prerequisites**:TSP account option should be enabled.**Scopes:** tsp:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateAccountsTspInformation(
  tsp_provider = NULL,
  enable = NULL,
  tsp_enabled = NULL,
  master_account_setting_extended = NULL,
  modify_credential_forbidden = NULL,
  dial_in_number_unrestricted = NULL,
  tsp_bridge = NULL,
  return_response = F
)

Arguments

tsp_provider

3rd party audio conferencing provider

enable

Enable 3rd party audio conferencing for account users

tsp_enabled

Enable TSP feature for account. This has to be enabled to use any other tsp settings/features.

master_account_setting_extended

For master account, extend its TSP setting to all sub accounts. For sub account, extend TSP setting from master account.

modify_credential_forbidden

Control restriction on account users being able to modify their TSP credentials.

dial_in_number_unrestricted

Control restriction on account users adding a TSP number outside of account's dial in numbers.

tsp_bridge

Telephony bridge

return_response

Whether to return the response instead of the response content. Defaults to FALSE.