---
title: "Get Locked Meeting Settings"
method: GET
path: "/restapi/v1.0/account/{accountId}/meeting/locked-settings"
tags: ["RCM Meetings (Legacy)"]
deprecated: true
---

# Get Locked Meeting Settings

`GET /restapi/v1.0/account/{accountId}/meeting/locked-settings`

> **Deprecated.**

Returns the information about user meeting settings that are locked on
account level and therefore cannot be changed by a user.

## Path parameters

- `accountId` string, required

## Response `200`

OK: Account Lock Setting

- AccountLockedSettingResponse
  - `scheduleMeeting` ScheduleMeetingResponse
    - `startHostVideo` boolean
    - `startParticipantVideo` boolean
    - `audioOptions` boolean
    - `allowJoinBeforeHost` boolean
    - `requirePasswordForSchedulingNewMeetings` boolean
    - `requirePasswordForInstantMeetings` boolean
    - `requirePasswordForPmiMeetings` boolean
    - `enforceLogin` boolean
  - `recording` AccountLockSettingRecordResponse
    - `localRecording` boolean
    - `cloudRecording` boolean
    - `autoRecording` boolean
    - `cloudRecordingDownload` boolean
    - `hostDeleteCloudRecording` boolean
    - `accountUserAccessRecording` boolean
    - `autoDeleteCmr` boolean

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
