PATCH /accounts/{accountId}/options
Update a sub account's options under the master account.
Prerequisites:
- Pro or a higher paid account with master account option enabled.
- The account making this API request must be a master account.
Scope: account:write:admin
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
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 |
billing_auto_renew |
Boolean | No |
Toggle whether automatic billing renewal is on or off. |
pay_mode |
String | No |
Payee: Valid values:
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 |
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.