GET /accounts/{accountId}/lock_settings
Account Locked Settings allow you turn settings on or off for all users in your account. No user except the account admin or account owner can change these settings. With lock settings, you force the settings on for all users. Use this API to retrieve an account's locked settings.
Note: This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have master and sub accounts options enabled.
Prerequisites:
- Pro or a higher paid account.
Scope: account:read:admin.
Rate Limit Label: Medium
Scope: account:read:admin
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide "me" as the value of this field. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
option |
String | No |
|
custom_query_fields |
String | No |
Provide the name of the field by which you would like to filter the response. For example, if you provide "host_video" as the value of this field, you will get a response similar to the following: |
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.