Update a user's TSP account.**Scopes:** tsp:write:admin tsp:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateTspAccount(
  userId,
  tspId,
  conference_code,
  leader_pin,
  dial_in_numbers = NULL,
  tsp_bridge = NULL,
  return_response = F
)

Arguments

userId

The user ID or email address of the user. For userlevel apps, pass me as the value for userId.

tspId

TSP account ID.

conference_code

Conference code: numeric value, length is less than 16.

leader_pin

Leader PIN: numeric value, length is less than 16.

dial_in_numbers

List of dial in numbers.

tsp_bridge

Telephony bridge

return_response

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