PATCH /accounts/{accountId}/options

Update a sub account's options under the master account.

Your account must be a master account in order to update the options for sub accounts. Zoom only assigns this privilege to trusted partners.

Prerequisites:

Scope: account:write:admin
Rate Limit Label: Light

Servers

Path parameters

Name Type Required Description
accountId String Yes

The account ID.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
share_mc Boolean No

Enable/disable the option for a sub account to use shared Meeting Connector(s) that are set up by the master account. Meeting Connectors can only be used by On-prem users.

Default value: false

meeting_connector_list[] Array No

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.

billing_auto_renew Boolean No

Toggle whether automatic billing renewal is on or off.

pay_mode String No

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

Valid values:

  • "sub"
  • "master"

Default value: "master"

room_connector_list[] Array No

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_rc Boolean No

Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.