Account Locked Settings https://support.zoom.us/hc/enus/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. Use this API to update 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:write:admin** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

updateLockedSettings_Accounts(
  accountId,
  schedule_meeting = NULL,
  in_meeting = NULL,
  email_notification = NULL,
  recording = NULL,
  telephony = NULL,
  tsp = NULL,
  return_response = F
)

Arguments

accountId

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.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.