Objective-C / Zoom API / Update a group's settings
Back to Collection Items
#import <CkoHttp.h>
#import <CkoHttpRequest.h>
#import <CkoJsonObject.h>
#import <CkoHttpResponse.h>
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkoHttp *http = [[CkoHttp alloc] init];
BOOL success;
CkoHttpRequest *req = [[CkoHttpRequest alloc] init];
req.HttpVerb = @"PATCH";
req.Path = @"/v2/groups/:groupId/settings?option=meeting_authentication";
req.ContentType = @"multipart/form-data";
CkoJsonObject *jsonFormData1 = [[CkoJsonObject alloc] init];
[jsonFormData1 UpdateBool: @"host_video" value: YES];
[jsonFormData1 UpdateBool: @"participant_video" value: NO];
[jsonFormData1 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData1 UpdateBool: @"join_before_host" value: NO];
[jsonFormData1 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData1 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData1 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData1 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData1 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData1 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData1 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData1 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData1 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData1 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"schedule_meeting" filename: @"" strData: jsonFormData1 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData2 = [[CkoJsonObject alloc] init];
[jsonFormData2 UpdateBool: @"host_video" value: YES];
[jsonFormData2 UpdateBool: @"participant_video" value: NO];
[jsonFormData2 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData2 UpdateBool: @"join_before_host" value: NO];
[jsonFormData2 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData2 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData2 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData2 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData2 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData2 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData2 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData2 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData2 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData2 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"in_meeting" filename: @"" strData: jsonFormData2 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData3 = [[CkoJsonObject alloc] init];
[jsonFormData3 UpdateBool: @"host_video" value: YES];
[jsonFormData3 UpdateBool: @"participant_video" value: NO];
[jsonFormData3 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData3 UpdateBool: @"join_before_host" value: NO];
[jsonFormData3 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData3 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData3 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData3 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData3 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData3 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData3 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData3 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData3 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData3 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"email_notification" filename: @"" strData: jsonFormData3 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData4 = [[CkoJsonObject alloc] init];
[jsonFormData4 UpdateBool: @"host_video" value: YES];
[jsonFormData4 UpdateBool: @"participant_video" value: NO];
[jsonFormData4 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData4 UpdateBool: @"join_before_host" value: NO];
[jsonFormData4 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData4 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData4 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData4 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData4 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData4 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData4 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData4 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData4 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData4 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"recording" filename: @"" strData: jsonFormData4 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData5 = [[CkoJsonObject alloc] init];
[jsonFormData5 UpdateBool: @"host_video" value: YES];
[jsonFormData5 UpdateBool: @"participant_video" value: NO];
[jsonFormData5 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData5 UpdateBool: @"join_before_host" value: NO];
[jsonFormData5 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData5 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData5 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData5 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData5 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData5 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData5 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData5 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData5 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData5 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"telephony" filename: @"" strData: jsonFormData5 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData6 = [[CkoJsonObject alloc] init];
[jsonFormData6 UpdateBool: @"host_video" value: YES];
[jsonFormData6 UpdateBool: @"participant_video" value: NO];
[jsonFormData6 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData6 UpdateBool: @"join_before_host" value: NO];
[jsonFormData6 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData6 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData6 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData6 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData6 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData6 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData6 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData6 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData6 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData6 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"profile" filename: @"" strData: jsonFormData6 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData7 = [[CkoJsonObject alloc] init];
[jsonFormData7 UpdateBool: @"host_video" value: YES];
[jsonFormData7 UpdateBool: @"participant_video" value: NO];
[jsonFormData7 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData7 UpdateBool: @"join_before_host" value: NO];
[jsonFormData7 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData7 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData7 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData7 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData7 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData7 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData7 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData7 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData7 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData7 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"other_options" filename: @"" strData: jsonFormData7 charset: @"utf-8" contentType: @"application/json"];
CkoJsonObject *jsonFormData8 = [[CkoJsonObject alloc] init];
[jsonFormData8 UpdateBool: @"host_video" value: YES];
[jsonFormData8 UpdateBool: @"participant_video" value: NO];
[jsonFormData8 UpdateString: @"audio_type" value: @"magna"];
[jsonFormData8 UpdateBool: @"join_before_host" value: NO];
[jsonFormData8 UpdateBool: @"require_password_for_all_meetings" value: YES];
[jsonFormData8 UpdateBool: @"force_pmi_jbh_password" value: NO];
[jsonFormData8 UpdateBool: @"require_password_for_scheduling_new_meetings" value: NO];
[jsonFormData8 UpdateBool: @"require_password_for_scheduled_meetings" value: NO];
[jsonFormData8 UpdateBool: @"require_password_for_instant_meetings" value: YES];
[jsonFormData8 UpdateString: @"require_password_for_pmi_meetings" value: @"jbh_only"];
[jsonFormData8 UpdateBool: @"pstn_password_protected" value: YES];
[jsonFormData8 UpdateBool: @"mute_upon_entry" value: NO];
[jsonFormData8 UpdateBool: @"upcoming_meeting_reminder" value: YES];
[jsonFormData8 UpdateBool: @"embed_password_in_join_link" value: NO];
[req AddStringForUpload2: @"audio_conferencing" filename: @"" strData: jsonFormData8 charset: @"utf-8" contentType: @"application/json"];
[req AddHeader: @"Authorization" value: @"Bearer <access_token>"];
CkoHttpResponse *resp = [http SynchronousRequest: @"api.zoom.us" port: [NSNumber numberWithInt: 443] ssl: YES req: req];
if (http.LastMethodSuccess == NO) {
NSLog(@"%@",http.LastErrorText);
return;
}
NSLog(@"%d",[resp.StatusCode intValue]);
NSLog(@"%@",resp.BodyStr);
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": ""
}
]
}