Update a Sub Account's options under the Master Account. <aside>Your account must be a Master Account in order to update the options for Sub Accounts. Zoom only assigns this privilege to trusted partners. </aside>**Prerequisites:*** Pro or a higher paid account with Master Account option enabled. **Scope**: account:write:admin** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateOptions(
  accountId,
  share_rc = NULL,
  room_connector_list = NULL,
  share_mc = NULL,
  meeting_connector_list = NULL,
  pay_mode = NULL,
  return_response = F
)

Arguments

accountId

The account ID.

share_rc

Enable/disable the option for a Sub Account to use shared Virtual Room Connector s https://support.zoom.us/hc/enus/articles/202134758GettingStartedWithVirtualRoomConnector that are set up by the Master Account. Virtual Room Connectors can only be used by Onprem users.

room_connector_list

Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.**Note:** This option can only be used if the value of share_rc is set to true.

share_mc

Enable/disable the option for a Sub Account to use shared Meeting Connector s https://support.zoom.us/hc/enus/articles/201363093GettingStartedwiththeMeetingConnector that are set up by the Master Account. Meeting Connectors can only be used by Onprem users.

meeting_connector_list

Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.**Note:** This option can only be used if the value of share_mc is set to true.

pay_mode

Payee:master Master account holder pays.sub Sub account holder pays.

return_response

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