action zoom_get_group_lock_settings { label: "Get locked settings" description: "Retrieve a [group's](https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-) locked settings. If you lock a setting, the group members will not be able to modify it individually.


Note: The `force_pmi_jbh_password` field under meeting settings is planned to be deprecated on September 22, 2019. This field will be replaced by another field that will provide the same functionality.

\n\n**Prerequisite**: Pro, Business, or Education account
\n**Scopes**: `group:read:admin`
\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`" provider: zoom method: GET path: "/groups/{groupId}/lock_settings" encoding: json input: { type: "object" properties: { groupId: { type: "string" } option: { type: "string" } } required: ["groupId"] additionalProperties: false } output: { type: "object" } }