action zoom_get_account_lock_settings {
label: "Get locked settings"
description: "[Account Locked Settings](https://support.zoom.us/hc/en-us/articles/115005269866) 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.\nUse this API to retrieve an account's locked settings. \n\n**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.
\n**Prerequisites:**\n* Pro or a higher paid account.
\n\n**Scope**: `account:read:admin`.\n
**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`
\n\n\n\n\n\n**Scope:** account:read:admin"
provider: zoom
method: GET
path: "/accounts/{accountId}/lock_settings"
encoding: json
input: {
type: "object"
properties: {
accountId: {
type: "string"
}
custom_query_fields: {
type: "string"
}
option: {
type: "string"
}
}
required: ["accountId"]
additionalProperties: false
}
output: {
type: "object"
}
}