更新 组的 锁定设置。如果锁定某个设置,组成员将无法单独修改该设置。
** 注意: ** 自2019年9月22日起,“会议设置” 下的 “force_pmi_jbh_password” 字段已弃用。此字段将由另一个提供相同功能的字段替换。
** 先决条件 **: 专业、商业或教育帐户
** 范围: ** 'group:master'
** [速率限制标签](https://marketplace.zoom.us/docs/api-reference/Rate-limits # 速率限制):** 'MEDIUM'
{
"schedule_meeting": {
"join_before_host": true,
"personal_meeting": true,
"force_pmi_jbh_password": true,
"host_video": true,
"upcoming_meeting_reminder": true,
"require_password_for_pmi_meetings": true,
"continuous_meeting_chat": true,
"require_password_for_instant_meetings": true,
"meeting_authentication": true,
"embed_password_in_join_link": true,
"participant_video": true,
"audio_type": true,
"pstn_password_protected": true,
"mute_upon_entry": true,
"require_password_for_scheduling_new_meetings": true
},
"telephony": {
"third_party_audio": true,
"telephony_regions": true
},
"recording": {
"auto_delete_cmr": true,
"recording_authentication": true,
"host_delete_cloud_recording": true,
"cloud_recording_download": true,
"local_recording": true,
"ip_address_access_control": {
"enable": true,
"ip_addresses_or_ranges": "200.181.108.17 - 220.181.108.157"
},
"archive": true,
"auto_recording": true,
"account_user_access_recording": true,
"cloud_recording": true
},
"audio_conferencing": {
"toll_free_and_fee_based_toll_call": true
},
"in_meeting": {
"webinar_polling": true,
"breakout_room": true,
"meeting_question_answer": true,
"disable_screen_sharing_for_in_meeting_guests": true,
"file_transfer": true,
"polling": true,
"screen_sharing": true,
"attendee_on_hold": false,
"feedback": true,
"closed_caption": true,
"group_hd": true,
"meeting_survey": true,
"non_verbal_feedback": true,
"full_transcript": true,
"post_meeting_feedback": true,
"remote_control": true,
"auto_saving_chat": true,
"entry_exit_chime": "all",
"private_chat": true,
"save_captions": true,
"webinar_group_hd": true,
"auto_generated_captions": true,
"sign_language_interpretation": true,
"webinar_question_answer": true,
"co_host": true,
"request_permission_to_unmute": true,
"use_html_format_email": true,
"whiteboard": true,
"show_browser_join_link": true,
"virtual_background": true,
"waiting_room": true,
"auto_answer": true,
"allow_show_zoom_windows": true,
"custom_data_center_regions": true,
"remote_support": true,
"slide_control": true,
"annotation": true,
"original_audio": true,
"webinar_survey": true,
"webinar_chat": true,
"far_end_camera_control": true,
"webinar_live_streaming": true,
"sending_default_email_invites": true,
"e2e_encryption": true,
"save_caption": true,
"webinar_reactions": true,
"language_interpretation": true,
"disable_screen_sharing_for_host_meetings": true,
"allow_users_to_delete_messages_in_meeting_chat": true,
"alert_guest_join": true,
"chat": true,
"show_a_join_from_your_browser_link": true,
"allow_live_streaming": true,
"show_meeting_control_toolbar": true,
"stereo_audio": true
},
"email_notification": {
"cancel_meeting_reminder": true,
"schedule_for_reminder": true,
"alternative_host_reminder": true,
"cloud_recording_available_reminder": true,
"jbh_reminder": true
},
"other_options": {
"blur_snapshot": true
}
}
curl --location --request PATCH 'http://prod-cn.your-api-server.com/accounts//groups//lock_settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule_meeting": {
"join_before_host": true,
"personal_meeting": true,
"force_pmi_jbh_password": true,
"host_video": true,
"upcoming_meeting_reminder": true,
"require_password_for_pmi_meetings": true,
"continuous_meeting_chat": true,
"require_password_for_instant_meetings": true,
"meeting_authentication": true,
"embed_password_in_join_link": true,
"participant_video": true,
"audio_type": true,
"pstn_password_protected": true,
"mute_upon_entry": true,
"require_password_for_scheduling_new_meetings": true
},
"telephony": {
"third_party_audio": true,
"telephony_regions": true
},
"recording": {
"auto_delete_cmr": true,
"recording_authentication": true,
"host_delete_cloud_recording": true,
"cloud_recording_download": true,
"local_recording": true,
"ip_address_access_control": {
"enable": true,
"ip_addresses_or_ranges": "200.181.108.17 - 220.181.108.157"
},
"archive": true,
"auto_recording": true,
"account_user_access_recording": true,
"cloud_recording": true
},
"audio_conferencing": {
"toll_free_and_fee_based_toll_call": true
},
"in_meeting": {
"webinar_polling": true,
"breakout_room": true,
"meeting_question_answer": true,
"disable_screen_sharing_for_in_meeting_guests": true,
"file_transfer": true,
"polling": true,
"screen_sharing": true,
"attendee_on_hold": false,
"feedback": true,
"closed_caption": true,
"group_hd": true,
"meeting_survey": true,
"non_verbal_feedback": true,
"full_transcript": true,
"post_meeting_feedback": true,
"remote_control": true,
"auto_saving_chat": true,
"entry_exit_chime": "all",
"private_chat": true,
"save_captions": true,
"webinar_group_hd": true,
"auto_generated_captions": true,
"sign_language_interpretation": true,
"webinar_question_answer": true,
"co_host": true,
"request_permission_to_unmute": true,
"use_html_format_email": true,
"whiteboard": true,
"show_browser_join_link": true,
"virtual_background": true,
"waiting_room": true,
"auto_answer": true,
"allow_show_zoom_windows": true,
"custom_data_center_regions": true,
"remote_support": true,
"slide_control": true,
"annotation": true,
"original_audio": true,
"webinar_survey": true,
"webinar_chat": true,
"far_end_camera_control": true,
"webinar_live_streaming": true,
"sending_default_email_invites": true,
"e2e_encryption": true,
"save_caption": true,
"webinar_reactions": true,
"language_interpretation": true,
"disable_screen_sharing_for_host_meetings": true,
"allow_users_to_delete_messages_in_meeting_chat": true,
"alert_guest_join": true,
"chat": true,
"show_a_join_from_your_browser_link": true,
"allow_live_streaming": true,
"show_meeting_control_toolbar": true,
"stereo_audio": true
},
"email_notification": {
"cancel_meeting_reminder": true,
"schedule_for_reminder": true,
"alternative_host_reminder": true,
"cloud_recording_available_reminder": true,
"jbh_reminder": true
},
"other_options": {
"blur_snapshot": true
}
}'
{}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升