DataFlex / Zoom API / Update a group's settings
Back to Collection Items
Use ChilkatAx-win32.pkg
Procedure Test
Handle hoHttp
Boolean iSuccess
Variant vReq
Handle hoReq
Variant vJsonFormData1
Handle hoJsonFormData1
Variant vJsonFormData2
Handle hoJsonFormData2
Variant vJsonFormData3
Handle hoJsonFormData3
Variant vJsonFormData4
Handle hoJsonFormData4
Variant vJsonFormData5
Handle hoJsonFormData5
Variant vJsonFormData6
Handle hoJsonFormData6
Variant vJsonFormData7
Handle hoJsonFormData7
Variant vJsonFormData8
Handle hoJsonFormData8
Variant vResp
Handle hoResp
String sTemp1
Integer iTemp1
Boolean bTemp1
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
Get Create (RefClass(cComChilkatHttp)) To hoHttp
If (Not(IsComObjectCreated(hoHttp))) Begin
Send CreateComObject of hoHttp
End
Get Create (RefClass(cComChilkatHttpRequest)) To hoReq
If (Not(IsComObjectCreated(hoReq))) Begin
Send CreateComObject of hoReq
End
Set ComHttpVerb Of hoReq To "PATCH"
Set ComPath Of hoReq To "/v2/groups/:groupId/settings?option=meeting_authentication"
Set ComContentType Of hoReq To "multipart/form-data"
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData1
If (Not(IsComObjectCreated(hoJsonFormData1))) Begin
Send CreateComObject of hoJsonFormData1
End
Get ComUpdateBool Of hoJsonFormData1 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData1 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData1 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData1 to vJsonFormData1
Get ComAddStringForUpload2 Of hoReq "schedule_meeting" "" vJsonFormData1 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData2
If (Not(IsComObjectCreated(hoJsonFormData2))) Begin
Send CreateComObject of hoJsonFormData2
End
Get ComUpdateBool Of hoJsonFormData2 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData2 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData2 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData2 to vJsonFormData2
Get ComAddStringForUpload2 Of hoReq "in_meeting" "" vJsonFormData2 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData3
If (Not(IsComObjectCreated(hoJsonFormData3))) Begin
Send CreateComObject of hoJsonFormData3
End
Get ComUpdateBool Of hoJsonFormData3 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData3 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData3 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData3 to vJsonFormData3
Get ComAddStringForUpload2 Of hoReq "email_notification" "" vJsonFormData3 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData4
If (Not(IsComObjectCreated(hoJsonFormData4))) Begin
Send CreateComObject of hoJsonFormData4
End
Get ComUpdateBool Of hoJsonFormData4 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData4 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData4 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData4 to vJsonFormData4
Get ComAddStringForUpload2 Of hoReq "recording" "" vJsonFormData4 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData5
If (Not(IsComObjectCreated(hoJsonFormData5))) Begin
Send CreateComObject of hoJsonFormData5
End
Get ComUpdateBool Of hoJsonFormData5 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData5 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData5 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData5 to vJsonFormData5
Get ComAddStringForUpload2 Of hoReq "telephony" "" vJsonFormData5 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData6
If (Not(IsComObjectCreated(hoJsonFormData6))) Begin
Send CreateComObject of hoJsonFormData6
End
Get ComUpdateBool Of hoJsonFormData6 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData6 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData6 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData6 to vJsonFormData6
Get ComAddStringForUpload2 Of hoReq "profile" "" vJsonFormData6 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData7
If (Not(IsComObjectCreated(hoJsonFormData7))) Begin
Send CreateComObject of hoJsonFormData7
End
Get ComUpdateBool Of hoJsonFormData7 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData7 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData7 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData7 to vJsonFormData7
Get ComAddStringForUpload2 Of hoReq "other_options" "" vJsonFormData7 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData8
If (Not(IsComObjectCreated(hoJsonFormData8))) Begin
Send CreateComObject of hoJsonFormData8
End
Get ComUpdateBool Of hoJsonFormData8 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "participant_video" False To iSuccess
Get ComUpdateString Of hoJsonFormData8 "audio_type" "magna" To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "join_before_host" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_all_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "force_pmi_jbh_password" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_scheduling_new_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_instant_meetings" True To iSuccess
Get ComUpdateString Of hoJsonFormData8 "require_password_for_pmi_meetings" "jbh_only" To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "pstn_password_protected" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "mute_upon_entry" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "upcoming_meeting_reminder" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "embed_password_in_join_link" False To iSuccess
Get pvComObject of hoJsonFormData8 to vJsonFormData8
Get ComAddStringForUpload2 Of hoReq "audio_conferencing" "" vJsonFormData8 "utf-8" "application/json" To iSuccess
Send ComAddHeader To hoReq "Authorization" "Bearer <access_token>"
Get pvComObject of hoReq to vReq
Get ComSynchronousRequest Of hoHttp "api.zoom.us" 443 True vReq To vResp
If (IsComObject(vResp)) Begin
Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
Set pvComObject Of hoResp To vResp
End
Get ComLastMethodSuccess Of hoHttp To bTemp1
If (bTemp1 = False) Begin
Get ComLastErrorText Of hoHttp To sTemp1
Showln sTemp1
Procedure_Return
End
Get ComStatusCode Of hoResp To iTemp1
Showln iTemp1
Get ComBodyStr Of hoResp To sTemp1
Showln sTemp1
Send Destroy of hoResp
End_Procedure
Curl Command
curl -X PATCH
-H "Authorization: Bearer <access_token>"
-H "Content-Type: multipart/form-data"
--form 'schedule_meeting={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}'
--form 'in_meeting={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}'
--form 'email_notification={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}'
--form 'recording={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":true,"cloud_recording":true,"record_speaker_view":true,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"in Duis veniam","cloud_recording_download":false,"cloud_recording_download_host":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"qui cillum sunt in"},"archive":{"enable":false,"type":2,"settings":{"chat_file":true,"chat_with_sender_email":false,"audio_file":true,"video_file":true,"cc_transcript_file":false}}}'
--form 'telephony={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":true,"cloud_recording":true,"record_speaker_view":true,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"in Duis veniam","cloud_recording_download":false,"cloud_recording_download_host":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"qui cillum sunt in"},"archive":{"enable":false,"type":2,"settings":{"chat_file":true,"chat_with_sender_email":false,"audio_file":true,"video_file":true,"cc_transcript_file":false}}}{"third_party_audio":false,"audio_conference_info":"consectetur quis"}'
--form 'profile={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":true,"cloud_recording":true,"record_speaker_view":true,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"in Duis veniam","cloud_recording_download":false,"cloud_recording_download_host":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"qui cillum sunt in"},"archive":{"enable":false,"type":2,"settings":{"chat_file":true,"chat_with_sender_email":false,"audio_file":true,"video_file":true,"cc_transcript_file":false}}}{"third_party_audio":false,"audio_conference_info":"consectetur quis"}{"recording_storage_location":{"allowed_values":["deserunt","minim"],"value":"Lorem"}}'
--form 'other_options={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":true,"cloud_recording":true,"record_speaker_view":true,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"in Duis veniam","cloud_recording_download":false,"cloud_recording_download_host":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"qui cillum sunt in"},"archive":{"enable":false,"type":2,"settings":{"chat_file":true,"chat_with_sender_email":false,"audio_file":true,"video_file":true,"cc_transcript_file":false}}}{"third_party_audio":false,"audio_conference_info":"consectetur quis"}{"recording_storage_location":{"allowed_values":["deserunt","minim"],"value":"Lorem"}}{"blur_snapshot":false,"allow_users_contact_support_via_chat":false}'
--form 'audio_conferencing={"host_video":true,"participant_video":false,"audio_type":"magna","join_before_host":false,"require_password_for_all_meetings":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pstn_password_protected":true,"mute_upon_entry":false,"upcoming_meeting_reminder":true,"embed_password_in_join_link":false}{"e2e_encryption":false,"chat":true,"allow_participants_chat_with":3,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"dolore mollit ea","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":true,"co_host":true,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":false,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"breakout_room_schedule":true,"remote_support":false,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":false,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":false,"original_audio":true,"show_device_list":false,"only_host_view_device_list":false,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"all","waiting_room":false,"show_browser_join_link":true,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"file_transfer":true,"custom_data_center_regions":false,"data_center_regions":"CN","request_permission_to_unmute":true,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":true,"custom_service_instructions":"nostrud dolor","webinar_live_streaming":{"enable":true,"live_streaming_service":["youtube","workplace_by_facebook"],"custom_service_instructions":"ipsum esse officia dolor ullamco","live_streaming_reminder":false},"webinar_question_answer":true,"webinar_chat":{"enable":true,"allow_panelists_chat_with":1,"allow_attendees_chat_with":3,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":1,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":true,"save_caption":false},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":true}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":false,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":true,"cloud_recording":true,"record_speaker_view":true,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"in Duis veniam","cloud_recording_download":false,"cloud_recording_download_host":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"qui cillum sunt in"},"archive":{"enable":false,"type":2,"settings":{"chat_file":true,"chat_with_sender_email":false,"audio_file":true,"video_file":true,"cc_transcript_file":false}}}{"third_party_audio":false,"audio_conference_info":"consectetur quis"}{"recording_storage_location":{"allowed_values":["deserunt","minim"],"value":"Lorem"}}{"blur_snapshot":false,"allow_users_contact_support_via_chat":false}{"toll_free_and_fee_based_toll_call":{"enable":true,"numbers":[{"code":"dolor consequat dolor officia","country_code":"deserunt veniam anim mollit","country_name":"cupidatat","number":"minim ex","display_number":"in ea Du"},{"code":"sint consectetur","country_code":"ve","country_name":"sed occaecat culpa","number":"non dolore","display_number":"enim "}],"allow_webinar_attendees_dial":true}}'
https://api.zoom.us/v2/groups/:groupId/settings?option=meeting_authentication
Postman Collection Item JSON
{
"name": "Update a group's settings",
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":\"magna\",\"join_before_host\":false,\"require_password_for_all_meetings\":true,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"jbh_only\",\"pstn_password_protected\":true,\"mute_upon_entry\":false,\"upcoming_meeting_reminder\":true,\"embed_password_in_join_link\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":false,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"dolore mollit ea\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":true,\"co_host\":true,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":false,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":true,\"breakout_room_schedule\":true,\"remote_support\":false,\"closed_caption\":false,\"far_end_camera_control\":false,\"group_hd\":false,\"virtual_background\":false,\"alert_guest_join\":true,\"auto_answer\":false,\"sending_default_email_invites\":false,\"use_html_format_email\":true,\"stereo_audio\":false,\"original_audio\":true,\"show_device_list\":false,\"only_host_view_device_list\":false,\"screen_sharing\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"waiting_room\":false,\"show_browser_join_link\":true,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":false,\"join_from_desktop\":false,\"file_transfer\":true,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"request_permission_to_unmute\":true,\"allow_live_streaming\":true,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":false,\"custom_live_streaming_service\":true,\"custom_service_instructions\":\"nostrud dolor\",\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"youtube\",\"workplace_by_facebook\"],\"custom_service_instructions\":\"ipsum esse officia dolor ullamco\",\"live_streaming_reminder\":false},\"webinar_question_answer\":true,\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":1,\"allow_attendees_chat_with\":3,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":false,\"allow_users_save_chats\":1,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":false,\"auto_transcribing\":false,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":false},\"webinar_survey\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"recording_available_reminder_schedulers\":false,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":true,\"auto_recording\":\"in Duis veniam\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":true,\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"qui cillum sunt in\"},\"archive\":{\"enable\":false,\"type\":2,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":false,\"audio_file\":true,\"video_file\":true,\"cc_transcript_file\":false}}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":false,\"audio_conference_info\":\"consectetur quis\"}",
"description": "undefined",
"type": "text"
},
{
"key": "profile",
"value": "{\"recording_storage_location\":{\"allowed_values\":[\"deserunt\",\"minim\"],\"value\":\"Lorem\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false,\"allow_users_contact_support_via_chat\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":true,\"numbers\":[{\"code\":\"dolor consequat dolor officia\",\"country_code\":\"deserunt veniam anim mollit\",\"country_name\":\"cupidatat\",\"number\":\"minim ex\",\"display_number\":\"in ea Du\"},{\"code\":\"sint consectetur\",\"country_code\":\"ve\",\"country_name\":\"sed occaecat culpa\",\"number\":\"non dolore\",\"display_number\":\"enim \"}],\"allow_webinar_attendees_dial\":true}}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/settings?option=meeting_authentication",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_authentication",
"description": "Optional query parameters: \n* `meeting_authentication` — [Meeting authentication settings](https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars). \n* `recording_authentication` — [Recording authentication settings](https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings). \n* `meeting_security` — Meeting security settings."
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) Id of the group."
}
]
},
"description": "Update settings for a [group](https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-).<p style=\"background-color:#FEEFB3; color:#9F6000\"><br>Note:</b> 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.</p>\n**Prerequisite**: Pro, Business, or Education account<br> \n**Scopes**: `group:write:admin`<br>\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`"
},
"response": [
{
"name": "**Error code:** `200`<br>\nOnly available for Paid account, {accountId}",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":\"velit culpa\",\"join_before_host\":false,\"require_password_for_all_meetings\":false,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_scheduled_meetings\":false,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":false,\"embed_password_in_join_link\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":3,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"velit\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":true,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":true,\"allow_show_zoom_windows\":true,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":false,\"breakout_room_schedule\":true,\"remote_support\":true,\"closed_caption\":false,\"far_end_camera_control\":false,\"group_hd\":false,\"virtual_background\":true,\"alert_guest_join\":false,\"auto_answer\":false,\"sending_default_email_invites\":false,\"use_html_format_email\":false,\"stereo_audio\":true,\"original_audio\":true,\"show_device_list\":true,\"only_host_view_device_list\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"waiting_room\":true,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":false,\"file_transfer\":false,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"request_permission_to_unmute\":true,\"allow_live_streaming\":true,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Lorem ut magna consectetur\",\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"workplace_by_facebook\"],\"custom_service_instructions\":\"eu dolore velit\",\"live_streaming_reminder\":true},\"webinar_question_answer\":false,\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":1,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":false,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":false},\"webinar_survey\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"recording_available_reminder_schedulers\":false,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":true,\"record_audio_file\":true,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"et\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":false,\"account_user_access_recording\":true,\"host_delete_cloud_recording\":true,\"prevent_host_access_recording\":false,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"pariatur ullamco\"},\"archive\":{\"enable\":true,\"type\":1,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":false,\"audio_file\":false,\"video_file\":false,\"cc_transcript_file\":true}}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"audio_conference_info\":\"veniam \"}",
"description": "undefined",
"type": "text"
},
{
"key": "profile",
"value": "{\"recording_storage_location\":{\"allowed_values\":[\"laboris Duis\",\"dolore veniam labore officia\"],\"value\":\"\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false,\"allow_users_contact_support_via_chat\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":true,\"numbers\":[{\"code\":\"Excepteur ad dolor magna non\",\"country_code\":\"adipisicing dolor\",\"country_name\":\"eiu\",\"number\":\"officia dolor\",\"display_number\":\"pariatur ut au\"},{\"code\":\"dolore nostrud\",\"country_code\":\"sed dolor qui laboris esse\",\"country_name\":\"occaecat pariatur nisi in\",\"number\":\"ut ull\",\"display_number\":\"nulla\"}],\"allow_webinar_attendees_dial\":false}}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/settings?option=meeting_authentication",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_authentication"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) Id of the group."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "**HTTP Status Code:** `204`<br>\nSettings updated successfully.",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":\"velit culpa\",\"join_before_host\":false,\"require_password_for_all_meetings\":false,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_scheduled_meetings\":false,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":false,\"embed_password_in_join_link\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":3,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"velit\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":true,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":true,\"allow_show_zoom_windows\":true,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":false,\"breakout_room_schedule\":true,\"remote_support\":true,\"closed_caption\":false,\"far_end_camera_control\":false,\"group_hd\":false,\"virtual_background\":true,\"alert_guest_join\":false,\"auto_answer\":false,\"sending_default_email_invites\":false,\"use_html_format_email\":false,\"stereo_audio\":true,\"original_audio\":true,\"show_device_list\":true,\"only_host_view_device_list\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"waiting_room\":true,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":false,\"file_transfer\":false,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"request_permission_to_unmute\":true,\"allow_live_streaming\":true,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Lorem ut magna consectetur\",\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"workplace_by_facebook\"],\"custom_service_instructions\":\"eu dolore velit\",\"live_streaming_reminder\":true},\"webinar_question_answer\":false,\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":1,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":false,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":false},\"webinar_survey\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"recording_available_reminder_schedulers\":false,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":true,\"record_audio_file\":true,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"et\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":false,\"account_user_access_recording\":true,\"host_delete_cloud_recording\":true,\"prevent_host_access_recording\":false,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"pariatur ullamco\"},\"archive\":{\"enable\":true,\"type\":1,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":false,\"audio_file\":false,\"video_file\":false,\"cc_transcript_file\":true}}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"audio_conference_info\":\"veniam \"}",
"description": "undefined",
"type": "text"
},
{
"key": "profile",
"value": "{\"recording_storage_location\":{\"allowed_values\":[\"laboris Duis\",\"dolore veniam labore officia\"],\"value\":\"\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false,\"allow_users_contact_support_via_chat\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":true,\"numbers\":[{\"code\":\"Excepteur ad dolor magna non\",\"country_code\":\"adipisicing dolor\",\"country_name\":\"eiu\",\"number\":\"officia dolor\",\"display_number\":\"pariatur ut au\"},{\"code\":\"dolore nostrud\",\"country_code\":\"sed dolor qui laboris esse\",\"country_name\":\"occaecat pariatur nisi in\",\"number\":\"ut ull\",\"display_number\":\"nulla\"}],\"allow_webinar_attendees_dial\":false}}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/settings?option=meeting_authentication",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_authentication"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) Id of the group."
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{}"
},
{
"name": "**HTTP Status Code:** `404`<br>\n**Error Code:** `4130`<br>\nGroup does not exist: {groupId}.",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":\"velit culpa\",\"join_before_host\":false,\"require_password_for_all_meetings\":false,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_scheduled_meetings\":false,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":false,\"embed_password_in_join_link\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":3,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"velit\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":true,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":true,\"allow_show_zoom_windows\":true,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":false,\"breakout_room_schedule\":true,\"remote_support\":true,\"closed_caption\":false,\"far_end_camera_control\":false,\"group_hd\":false,\"virtual_background\":true,\"alert_guest_join\":false,\"auto_answer\":false,\"sending_default_email_invites\":false,\"use_html_format_email\":false,\"stereo_audio\":true,\"original_audio\":true,\"show_device_list\":true,\"only_host_view_device_list\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"waiting_room\":true,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":false,\"file_transfer\":false,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"request_permission_to_unmute\":true,\"allow_live_streaming\":true,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Lorem ut magna consectetur\",\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"workplace_by_facebook\"],\"custom_service_instructions\":\"eu dolore velit\",\"live_streaming_reminder\":true},\"webinar_question_answer\":false,\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":1,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":false,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":false},\"webinar_survey\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"recording_available_reminder_schedulers\":false,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":true,\"record_audio_file\":true,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"et\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":false,\"account_user_access_recording\":true,\"host_delete_cloud_recording\":true,\"prevent_host_access_recording\":false,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"pariatur ullamco\"},\"archive\":{\"enable\":true,\"type\":1,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":false,\"audio_file\":false,\"video_file\":false,\"cc_transcript_file\":true}}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"audio_conference_info\":\"veniam \"}",
"description": "undefined",
"type": "text"
},
{
"key": "profile",
"value": "{\"recording_storage_location\":{\"allowed_values\":[\"laboris Duis\",\"dolore veniam labore officia\"],\"value\":\"\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false,\"allow_users_contact_support_via_chat\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":true,\"numbers\":[{\"code\":\"Excepteur ad dolor magna non\",\"country_code\":\"adipisicing dolor\",\"country_name\":\"eiu\",\"number\":\"officia dolor\",\"display_number\":\"pariatur ut au\"},{\"code\":\"dolore nostrud\",\"country_code\":\"sed dolor qui laboris esse\",\"country_name\":\"occaecat pariatur nisi in\",\"number\":\"ut ull\",\"display_number\":\"nulla\"}],\"allow_webinar_attendees_dial\":false}}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/settings?option=meeting_authentication",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_authentication"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) Id of the group."
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}