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:

Scope: account:read:admin.
Rate Limit Label: Medium

Scope: account:read:admin

Servers

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.
To retrieve locked settings of a sub account, provide the Account ID of the sub account in this field.

Query parameters

Name Type Required Description
option String No

meeting_security: Use this query parameter to view meeting security settings applied on the account.

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:
{ "schedule_meeting": { "host_video": false } }
You can provide multiple values by separating them with commas(example: "host_video,participant_video”).

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.