Get locked settings
GET
/groups/{groupId}/lock_settings
Groups
Retrieve a group's 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.
Prerequisite: Pro, Business, or Education account
Scopes: group:read:admin
Rate Limit Label: Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/groups//lock_settings'
响应示例响应示例
200 - response
{
"email_notification": {
"alternative_host_reminder": true,
"cancel_meeting_reminder": true,
"cloud_recording_available_reminder": true,
"jbh_reminder": true,
"schedule_for_host_reminder": true
},
"in_meeting": {
"alert_guest_join": true,
"allow_show_zoom_windows": true,
"annotation": true,
"attendee_on_hold": true,
"auto_answer": true,
"auto_saving_chat": true,
"breakout_room": true,
"chat": true,
"closed_caption": true,
"co_host": true,
"e2e_encryption": true,
"entry_exit_chime": false,
"far_end_camera_control": true,
"feedback": true,
"group_hd": true,
"non_verbal_feedback": true,
"original_audio": true,
"polling": true,
"post_meeting_feedback": true,
"private_chat": true,
"remote_control": true,
"remote_support": true,
"screen_sharing": true,
"sending_default_email_invites": true,
"show_browser_join_link": true,
"show_meeting_control_toolbar": true,
"stereo_audio": true,
"use_html_format_email": true,
"virtual_background": true,
"waiting_room": true,
"whiteboard": true
},
"recording": {
"account_user_access_recording": false,
"auto_delete_cmr": false,
"auto_recording": false,
"cloud_recording": false,
"cloud_recording_download": false,
"host_delete_cloud_recording": false,
"local_recording": false
},
"schedule_meeting": {
"audio_type": true,
"force_pmi_jbh_password": true,
"host_video": true,
"join_before_host": true,
"mute_upon_entry": true,
"participant_video": true,
"pstn_password_protected": true,
"require_password_for_instant_meetings": false,
"require_password_for_pmi_meetings": true,
"require_password_for_scheduling_new_meetings": true,
"upcoming_meeting_reminder": true
},
"telephony": {
"third_party_audio": false
}
}
请求参数
Path 参数
groupId
string
必需
Query 参数
option
string
可选
meeting_security
as the value of this field if you would like to view security settings applied on a meeting hosted by the users in this group.返回响应
修改于 2024-04-24 09:06:48