GET {{baseUrl}}/groups/:groupId/lock_settings?option=<string>
Retrieve a group's locked settings.
If you lock a setting, the group members will not be able to modify it individually. Note: The Prerequisite: Pro, Business, or Education account Scopes: Rate Limit Label: force_pmi_jbh_password
field under meeting settings is to be deprecated on September 22, 2019. This field is replaced by another field that will provide the same functionality.group:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
option
|
string | Optional query parameters. * `meeting_security` - Use this query parameter to view the meeting security settings applied to the user's account. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"audio_conferencing": {
"toll_free_and_fee_based_toll_call": "<boolean>"
},
"email_notification": {
"alternative_host_reminder": "<boolean>",
"cancel_meeting_reminder": "<boolean>",
"cloud_recording_available_reminder": "<boolean>",
"jbh_reminder": "<boolean>",
"schedule_for_reminder": "<boolean>"
},
"in_meeting": {
"alert_guest_join": "<boolean>",
"allow_users_to_delete_messages_in_meeting_chat": "<boolean>",
"allow_live_streaming": "<boolean>",
"allow_show_zoom_windows": "<boolean>",
"annotation": "<boolean>",
"attendee_on_hold": false,
"auto_answer": "<boolean>",
"auto_generated_captions": "<boolean>",
"auto_saving_chat": "<boolean>",
"breakout_room": "<boolean>",
"chat": "<boolean>",
"meeting_question_answer": "<boolean>",
"closed_caption": "<boolean>",
"co_host": "<boolean>",
"custom_data_center_regions": "<boolean>",
"disable_screen_sharing_for_host_meetings": "<boolean>",
"disable_screen_sharing_for_in_meeting_guests": "<boolean>",
"e2e_encryption": "<boolean>",
"entry_exit_chime": "<string>",
"far_end_camera_control": "<boolean>",
"feedback": "<boolean>",
"file_transfer": "<boolean>",
"full_transcript": "<boolean>",
"group_hd": "<boolean>",
"webinar_group_hd": "<boolean>",
"language_interpretation": "<boolean>",
"sign_language_interpretation": "<boolean>",
"manual_captions": "<boolean>",
"meeting_reactions": "<boolean>",
"webinar_reactions": "<boolean>",
"meeting_survey": "<boolean>",
"non_verbal_feedback": "<boolean>",
"original_audio": "<boolean>",
"polling": "<boolean& Curl curl -X GET 'https://api.zoom.us/v2/groups/:groupId/lock_settings?option=<string>?option=<string>' -H 'Accept: application/json' ENDPOINTS |