Chilkat Online Tools

C# / Zoom API / Update user settings

Back to Collection Items

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

Chilkat.HttpRequest req = new Chilkat.HttpRequest();
req.HttpVerb = "PATCH";
req.Path = "/v2/users/:userId/settings?option=meeting_authentication";
req.ContentType = "multipart/form-data";

Chilkat.JsonObject jsonFormData1 = new Chilkat.JsonObject();
jsonFormData1.UpdateBool("host_video",false);
jsonFormData1.UpdateBool("participants_video",false);
jsonFormData1.UpdateString("audio_type","voip");
jsonFormData1.UpdateBool("join_before_host",true);
jsonFormData1.UpdateBool("force_pmi_jbh_password",true);
jsonFormData1.UpdateBool("pstn_password_protected",false);
jsonFormData1.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData1.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData1.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData1.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData1.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData1.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData1.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData1.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData1.UpdateBool("embed_password_in_join_link",true);
jsonFormData1.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData1.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData1.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData1.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData1.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData1.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData1.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData1.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData1.UpdateBool("personal_meeting",true);
req.AddParam("schedule_meeting",jsonFormData1.Emit());

Chilkat.JsonObject jsonFormData2 = new Chilkat.JsonObject();
jsonFormData2.UpdateBool("host_video",false);
jsonFormData2.UpdateBool("participants_video",false);
jsonFormData2.UpdateString("audio_type","voip");
jsonFormData2.UpdateBool("join_before_host",true);
jsonFormData2.UpdateBool("force_pmi_jbh_password",true);
jsonFormData2.UpdateBool("pstn_password_protected",false);
jsonFormData2.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData2.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData2.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData2.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData2.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData2.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData2.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData2.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData2.UpdateBool("embed_password_in_join_link",true);
jsonFormData2.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData2.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData2.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData2.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData2.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData2.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData2.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData2.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData2.UpdateBool("personal_meeting",true);
req.AddParam("in_meeting",jsonFormData2.Emit());

Chilkat.JsonObject jsonFormData3 = new Chilkat.JsonObject();
jsonFormData3.UpdateBool("host_video",false);
jsonFormData3.UpdateBool("participants_video",false);
jsonFormData3.UpdateString("audio_type","voip");
jsonFormData3.UpdateBool("join_before_host",true);
jsonFormData3.UpdateBool("force_pmi_jbh_password",true);
jsonFormData3.UpdateBool("pstn_password_protected",false);
jsonFormData3.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData3.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData3.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData3.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData3.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData3.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData3.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData3.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData3.UpdateBool("embed_password_in_join_link",true);
jsonFormData3.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData3.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData3.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData3.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData3.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData3.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData3.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData3.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData3.UpdateBool("personal_meeting",true);
req.AddParam("email_notification",jsonFormData3.Emit());

Chilkat.JsonObject jsonFormData4 = new Chilkat.JsonObject();
jsonFormData4.UpdateBool("host_video",false);
jsonFormData4.UpdateBool("participants_video",false);
jsonFormData4.UpdateString("audio_type","voip");
jsonFormData4.UpdateBool("join_before_host",true);
jsonFormData4.UpdateBool("force_pmi_jbh_password",true);
jsonFormData4.UpdateBool("pstn_password_protected",false);
jsonFormData4.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData4.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData4.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData4.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData4.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData4.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData4.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData4.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData4.UpdateBool("embed_password_in_join_link",true);
jsonFormData4.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData4.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData4.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData4.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData4.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData4.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData4.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData4.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData4.UpdateBool("personal_meeting",true);
req.AddParam("recording",jsonFormData4.Emit());

Chilkat.JsonObject jsonFormData5 = new Chilkat.JsonObject();
jsonFormData5.UpdateBool("host_video",false);
jsonFormData5.UpdateBool("participants_video",false);
jsonFormData5.UpdateString("audio_type","voip");
jsonFormData5.UpdateBool("join_before_host",true);
jsonFormData5.UpdateBool("force_pmi_jbh_password",true);
jsonFormData5.UpdateBool("pstn_password_protected",false);
jsonFormData5.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData5.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData5.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData5.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData5.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData5.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData5.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData5.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData5.UpdateBool("embed_password_in_join_link",true);
jsonFormData5.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData5.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData5.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData5.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData5.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData5.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData5.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData5.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData5.UpdateBool("personal_meeting",true);
req.AddParam("telephony",jsonFormData5.Emit());

Chilkat.JsonObject jsonFormData6 = new Chilkat.JsonObject();
jsonFormData6.UpdateBool("host_video",false);
jsonFormData6.UpdateBool("participants_video",false);
jsonFormData6.UpdateString("audio_type","voip");
jsonFormData6.UpdateBool("join_before_host",true);
jsonFormData6.UpdateBool("force_pmi_jbh_password",true);
jsonFormData6.UpdateBool("pstn_password_protected",false);
jsonFormData6.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData6.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData6.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData6.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData6.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData6.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData6.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData6.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData6.UpdateBool("embed_password_in_join_link",true);
jsonFormData6.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData6.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData6.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData6.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData6.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData6.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData6.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData6.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData6.UpdateBool("personal_meeting",true);
req.AddParam("feature",jsonFormData6.Emit());

Chilkat.JsonObject jsonFormData7 = new Chilkat.JsonObject();
jsonFormData7.UpdateBool("host_video",false);
jsonFormData7.UpdateBool("participants_video",false);
jsonFormData7.UpdateString("audio_type","voip");
jsonFormData7.UpdateBool("join_before_host",true);
jsonFormData7.UpdateBool("force_pmi_jbh_password",true);
jsonFormData7.UpdateBool("pstn_password_protected",false);
jsonFormData7.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData7.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData7.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData7.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData7.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData7.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData7.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData7.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData7.UpdateBool("embed_password_in_join_link",true);
jsonFormData7.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData7.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData7.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData7.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData7.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData7.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData7.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData7.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData7.UpdateBool("personal_meeting",true);
req.AddParam("tsp",jsonFormData7.Emit());

Chilkat.JsonObject jsonFormData8 = new Chilkat.JsonObject();
jsonFormData8.UpdateBool("host_video",false);
jsonFormData8.UpdateBool("participants_video",false);
jsonFormData8.UpdateString("audio_type","voip");
jsonFormData8.UpdateBool("join_before_host",true);
jsonFormData8.UpdateBool("force_pmi_jbh_password",true);
jsonFormData8.UpdateBool("pstn_password_protected",false);
jsonFormData8.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData8.UpdateBool("use_pmi_for_instant_meetings",true);
jsonFormData8.UpdateBool("require_password_for_scheduling_new_meetings",false);
jsonFormData8.UpdateBool("require_password_for_scheduled_meetings",true);
jsonFormData8.UpdateString("default_password_for_scheduled_meetings","non reprehenderit magna proident");
jsonFormData8.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData8.UpdateString("require_password_for_pmi_meetings","jbh_only");
jsonFormData8.UpdateString("pmi_password","mollit eiusmod esse in non");
jsonFormData8.UpdateBool("embed_password_in_join_link",true);
jsonFormData8.UpdateInt("meeting_password_requirement.length",26218800);
jsonFormData8.UpdateBool("meeting_password_requirement.have_letter",true);
jsonFormData8.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData8.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData8.UpdateBool("meeting_password_requirement.only_allow_numeric",false);
jsonFormData8.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData8.UpdateInt("meeting_password_requirement.consecutive_characters_length",7);
jsonFormData8.UpdateBool("meeting_password_requirement.weak_enhance_detection",true);
jsonFormData8.UpdateBool("personal_meeting",true);
req.AddParam("profile",jsonFormData8.Emit());

req.AddHeader("Authorization","Bearer <access_token>");

Chilkat.HttpResponse resp = http.SynchronousRequest("api.zoom.us",443,true,req);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

int respStatusCode = resp.StatusCode;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode != 204) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(resp.Header);
    Debug.WriteLine("Response Body:");
    Debug.WriteLine(resp.BodyStr);
    Debug.WriteLine("Failed.");

    return;
}

Debug.WriteLine("Success.");

Curl Command

curl -X PATCH
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: multipart/form-data"
	--form 'schedule_meeting={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}'
	--form 'in_meeting={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}'
	--form 'email_notification={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}'
	--form 'recording={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"local","host_pause_stop_recording":false,"auto_delete_cmr":false,"auto_delete_cmr_days":60,"recording_disclaimer":false,"ask_participants_to_consent_disclaimer":false,"ask_host_to_confirm_disclaimer":false,"recording_password_requirement":{"length":-6624586,"have_letter":true,"have_number":true,"have_special_character":false,"only_allow_numeric":false},"ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"ipsum"}}'
	--form 'telephony={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"local","host_pause_stop_recording":false,"auto_delete_cmr":false,"auto_delete_cmr_days":60,"recording_disclaimer":false,"ask_participants_to_consent_disclaimer":false,"ask_host_to_confirm_disclaimer":false,"recording_password_requirement":{"length":-6624586,"have_letter":true,"have_number":true,"have_special_character":false,"only_allow_numeric":false},"ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"ipsum"}}{"third_party_audio":false,"audio_conference_info":"","show_international_numbers_link":true,"telephony_regions":{"selection_values":"dolore in occaecat sit"}}'
	--form 'feature={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"local","host_pause_stop_recording":false,"auto_delete_cmr":false,"auto_delete_cmr_days":60,"recording_disclaimer":false,"ask_participants_to_consent_disclaimer":false,"ask_host_to_confirm_disclaimer":false,"recording_password_requirement":{"length":-6624586,"have_letter":true,"have_number":true,"have_special_character":false,"only_allow_numeric":false},"ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"ipsum"}}{"third_party_audio":false,"audio_conference_info":"","show_international_numbers_link":true,"telephony_regions":{"selection_values":"dolore in occaecat sit"}}{"meeting_capacity":-10825350,"large_meeting":false,"large_meeting_capacity":75702428,"webinar":false,"webinar_capacity":34665287,"zoom_events":false,"zoom_events_capacity":50000,"zoom_phone":false,"concurrent_meeting":"Plus"}'
	--form 'tsp={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"local","host_pause_stop_recording":false,"auto_delete_cmr":false,"auto_delete_cmr_days":60,"recording_disclaimer":false,"ask_participants_to_consent_disclaimer":false,"ask_host_to_confirm_disclaimer":false,"recording_password_requirement":{"length":-6624586,"have_letter":true,"have_number":true,"have_special_character":false,"only_allow_numeric":false},"ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"ipsum"}}{"third_party_audio":false,"audio_conference_info":"","show_international_numbers_link":true,"telephony_regions":{"selection_values":"dolore in occaecat sit"}}{"meeting_capacity":-10825350,"large_meeting":false,"large_meeting_capacity":75702428,"webinar":false,"webinar_capacity":34665287,"zoom_events":false,"zoom_events_capacity":50000,"zoom_phone":false,"concurrent_meeting":"Plus"}{"call_out":false,"show_international_numbers_link":false}'
	--form 'profile={"host_video":false,"participants_video":false,"audio_type":"voip","join_before_host":true,"force_pmi_jbh_password":true,"pstn_password_protected":false,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":true,"require_password_for_scheduling_new_meetings":false,"require_password_for_scheduled_meetings":true,"default_password_for_scheduled_meetings":"non reprehenderit magna proident","require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"jbh_only","pmi_password":"mollit eiusmod esse in non","embed_password_in_join_link":true,"meeting_password_requirement":{"length":26218800,"have_letter":true,"have_number":false,"have_special_character":true,"only_allow_numeric":false,"have_upper_and_lower_characters":false,"consecutive_characters_length":7,"weak_enhance_detection":true},"personal_meeting":true}{"e2e_encryption":false,"chat":false,"allow_participants_chat_with":4,"allow_users_save_chats":2,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"all","record_play_voice":true,"feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"annotation":false,"remote_control":false,"non_verbal_feedback":false,"breakout_room":false,"breakout_room_schedule":false,"remote_support":false,"closed_caption":false,"group_hd":false,"virtual_background":false,"virtual_background_settings":{"enable":true,"allow_videos":false,"allow_upload_custom":false,"files":[{"id":"dolore eli","name":"inci","type":"consectetur sed voluptate ullamco","is_default":true,"size":"officia sed"},{"id":"al","name":"esse veniam dolore Ut ex","type":"minim eu","is_default":false,"size":"Duis Lorem dolore irure"}]},"far_end_camera_control":false,"share_dual_camera":false,"waiting_room":false,"allow_live_streaming":true,"live_streaming_facebook":false,"workplace_by_facebook":false,"live_streaming_youtube":true,"custom_live_streaming_service":false,"custom_service_instructions":"laborum ut dolore aliqua sunt","show_meeting_control_toolbar":false,"custom_data_center_regions":true,"data_center_regions":"CN","meeting_reactions":true,"screen_sharing":false,"who_can_share_screen":"all","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":true,"request_permission_to_unmute":false,"show_a_join_from_your_browser_link":false,"join_from_mobile":false,"join_from_desktop":false,"webinar_live_streaming":{"enable":true,"live_streaming_service":["custom_live_streaming_service","youtube"],"custom_service_instructions":"in dolor","live_streaming_reminder":false},"webinar_chat":{"enable":false,"allow_panelists_chat_with":2,"allow_attendees_chat_with":3,"default_attendees_chat_with":1,"allow_panelists_send_direct_message":true,"allow_users_save_chats":2,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":false,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":false,"meeting_survey":false,"webinar_polling":{"enable":true,"advanced_polls":true},"webinar_survey":false}{"cloud_recording_available_reminder":true,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":false,"record_audio_file":false,"save_chat_text":false,"show_timestamp":false,"recording_audio_transcript":true,"auto_recording":"local","host_pause_stop_recording":false,"auto_delete_cmr":false,"auto_delete_cmr_days":60,"recording_disclaimer":false,"ask_participants_to_consent_disclaimer":false,"ask_host_to_confirm_disclaimer":false,"recording_password_requirement":{"length":-6624586,"have_letter":true,"have_number":true,"have_special_character":false,"only_allow_numeric":false},"ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"ipsum"}}{"third_party_audio":false,"audio_conference_info":"","show_international_numbers_link":true,"telephony_regions":{"selection_values":"dolore in occaecat sit"}}{"meeting_capacity":-10825350,"large_meeting":false,"large_meeting_capacity":75702428,"webinar":false,"webinar_capacity":34665287,"zoom_events":false,"zoom_events_capacity":50000,"zoom_phone":false,"concurrent_meeting":"Plus"}{"call_out":false,"show_international_numbers_link":false}{"recording_storage_location":{"allowed_values":["eu esse","off"],"value":"laborum ullamco aliquip irure ut"}}'
https://api.zoom.us/v2/users/:userId/settings?option=meeting_authentication

Postman Collection Item JSON

{
  "name": "Update user settings",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "PATCH",
    "header": [
      {
        "key": "Content-Type",
        "value": "multipart/form-data"
      }
    ],
    "body": {
      "mode": "formdata",
      "formdata": [
        {
          "key": "schedule_meeting",
          "value": "{\"host_video\":false,\"participants_video\":false,\"audio_type\":\"voip\",\"join_before_host\":true,\"force_pmi_jbh_password\":true,\"pstn_password_protected\":false,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":true,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":true,\"default_password_for_scheduled_meetings\":\"non reprehenderit magna proident\",\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"jbh_only\",\"pmi_password\":\"mollit eiusmod esse in non\",\"embed_password_in_join_link\":true,\"meeting_password_requirement\":{\"length\":26218800,\"have_letter\":true,\"have_number\":false,\"have_special_character\":true,\"only_allow_numeric\":false,\"have_upper_and_lower_characters\":false,\"consecutive_characters_length\":7,\"weak_enhance_detection\":true},\"personal_meeting\":true}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "in_meeting",
          "value": "{\"e2e_encryption\":false,\"chat\":false,\"allow_participants_chat_with\":4,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":true,\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"breakout_room_schedule\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":true,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"dolore eli\",\"name\":\"inci\",\"type\":\"consectetur sed voluptate ullamco\",\"is_default\":true,\"size\":\"officia sed\"},{\"id\":\"al\",\"name\":\"esse veniam dolore Ut ex\",\"type\":\"minim eu\",\"is_default\":false,\"size\":\"Duis Lorem dolore irure\"}]},\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":true,\"live_streaming_facebook\":false,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"laborum ut dolore aliqua sunt\",\"show_meeting_control_toolbar\":false,\"custom_data_center_regions\":true,\"data_center_regions\":\"CN\",\"meeting_reactions\":true,\"screen_sharing\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"host\",\"file_transfer\":true,\"request_permission_to_unmute\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":false,\"join_from_desktop\":false,\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"custom_live_streaming_service\",\"youtube\"],\"custom_service_instructions\":\"in dolor\",\"live_streaming_reminder\":false},\"webinar_chat\":{\"enable\":false,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":3,\"default_attendees_chat_with\":1,\"allow_panelists_send_direct_message\":true,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":false,\"auto_transcribing\":false,\"view_full_transcript\":false,\"save_caption\":true},\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":{\"enable\":true,\"advanced_polls\":true},\"webinar_survey\":false}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "email_notification",
          "value": "{\"cloud_recording_available_reminder\":true,\"recording_available_reminder_schedulers\":true,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "recording",
          "value": "{\"local_recording\":false,\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":60,\"recording_disclaimer\":false,\"ask_participants_to_consent_disclaimer\":false,\"ask_host_to_confirm_disclaimer\":false,\"recording_password_requirement\":{\"length\":-6624586,\"have_letter\":true,\"have_number\":true,\"have_special_character\":false,\"only_allow_numeric\":false},\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"ipsum\"}}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "telephony",
          "value": "{\"third_party_audio\":false,\"audio_conference_info\":\"\",\"show_international_numbers_link\":true,\"telephony_regions\":{\"selection_values\":\"dolore in occaecat sit\"}}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "feature",
          "value": "{\"meeting_capacity\":-10825350,\"large_meeting\":false,\"large_meeting_capacity\":75702428,\"webinar\":false,\"webinar_capacity\":34665287,\"zoom_events\":false,\"zoom_events_capacity\":50000,\"zoom_phone\":false,\"concurrent_meeting\":\"Plus\"}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "tsp",
          "value": "{\"call_out\":false,\"show_international_numbers_link\":false}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "profile",
          "value": "{\"recording_storage_location\":{\"allowed_values\":[\"eu esse\",\"off\"],\"value\":\"laborum ullamco aliquip irure ut\"}}",
          "description": "undefined",
          "type": "text"
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/users/:userId/settings?option=meeting_authentication",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "users",
        ":userId",
        "settings"
      ],
      "query": [
        {
          "key": "option",
          "value": "meeting_authentication",
          "description": "Optional query parameters: \n* `meeting_authentication` — Use this query parameter to view the [meeting authentication settings](https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars) applied to the user's account. \n* `recording_authentication` — Use this query parameter to view the [recording authentication settings](https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings) applied to the user's account. \n* `meeting_security` — Use this query parameter to view the meeting security settings applied to the user's account."
        }
      ],
      "variable": [
        {
          "key": "userId",
          "value": "quis officia in reprehenderit",
          "description": "(Required) The user ID or email address of the user. For user-level apps, pass the `me` value for this parameter."
        }
      ]
    },
    "description": "Update a user's settings. For user-level apps, pass [the `me` value](https://marketplace.zoom.us/docs/api-reference/using-zoom-apis#mekeyword) instead of the `userId` parameter.\n\n**Scopes:** `user:write:admin`, `user:write`<br>**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`"
  },
  "response": [
    {
      "name": "**HTTP Status Code:** `200`<br>\nUser settings updated",
      "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,\"participants_video\":false,\"audio_type\":\"voip\",\"join_before_host\":false,\"force_pmi_jbh_password\":false,\"pstn_password_protected\":true,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":true,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":false,\"default_password_for_scheduled_meetings\":\"aliquip Lorem aute\",\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"jbh_only\",\"pmi_password\":\"aute reprehenderit qui et amet\",\"embed_password_in_join_link\":true,\"meeting_password_requirement\":{\"length\":-74514620,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":0,\"weak_enhance_detection\":true},\"personal_meeting\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":false,\"chat\":false,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":1,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":true,\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"breakout_room_schedule\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":true,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"dolore minim nisi\",\"name\":\"consectetur\",\"type\":\"exer\",\"is_default\":true,\"size\":\"pariatur proident\"},{\"id\":\"sed ut ad aliqua\",\"name\":\"cupidatat anim consectetur\",\"type\":\"proident enim aliquip\",\"is_default\":false,\"size\":\"eiusmod commodo eu labore ex\"}]},\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"in magna\",\"show_meeting_control_toolbar\":true,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"meeting_reactions\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"host\",\"file_transfer\":false,\"request_permission_to_unmute\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":false,\"join_from_desktop\":true,\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"facebook\"],\"custom_service_instructions\":\"nisi ad Excepteur elit\",\"live_streaming_reminder\":false},\"webinar_chat\":{\"enable\":false,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":2,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":true,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":true},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":false,\"view_full_transcript\":false,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":true,\"advanced_polls\":true},\"webinar_survey\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "email_notification",
              "value": "{\"cloud_recording_available_reminder\":true,\"recording_available_reminder_schedulers\":true,\"recording_available_reminder_alternative_hosts\":false,\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":false,\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":120,\"recording_disclaimer\":true,\"ask_participants_to_consent_disclaimer\":true,\"ask_host_to_confirm_disclaimer\":true,\"recording_password_requirement\":{\"length\":-40288046,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":false},\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"nisi reprehenderit exercitation Ut dolor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":true,\"audio_conference_info\":\"\",\"show_international_numbers_link\":true,\"telephony_regions\":{\"selection_values\":\"esse qui laboris magna commodo\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-18713570,\"large_meeting\":false,\"large_meeting_capacity\":-29037961,\"webinar\":false,\"webinar_capacity\":66400432,\"zoom_events\":true,\"zoom_events_capacity\":50000,\"zoom_phone\":false,\"concurrent_meeting\":\"Basic\"}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":true,\"show_international_numbers_link\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"et\",\"Lorem aliquip in esse officia\"],\"value\":\"id n\"}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/users/:userId/settings?option=meeting_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "users",
            ":userId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "meeting_authentication"
            }
          ],
          "variable": [
            {
              "key": "userId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The user ID or email address of the user. For user-level apps, pass the `me` value for this parameter."
            }
          ]
        }
      },
      "status": "No Content",
      "code": 204,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `400` **Bad Request** <br><br>\n**Error Code:** `1108`<br> Only Licensed or On-prem users can enable the large meeting feature.<br><br>\n**Error Code:** `1204`<br> You can't enable the Webinar feature because you already have the Zoom ",
      "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,\"participants_video\":false,\"audio_type\":\"voip\",\"join_before_host\":false,\"force_pmi_jbh_password\":false,\"pstn_password_protected\":true,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":true,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":false,\"default_password_for_scheduled_meetings\":\"aliquip Lorem aute\",\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"jbh_only\",\"pmi_password\":\"aute reprehenderit qui et amet\",\"embed_password_in_join_link\":true,\"meeting_password_requirement\":{\"length\":-74514620,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":0,\"weak_enhance_detection\":true},\"personal_meeting\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":false,\"chat\":false,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":1,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":true,\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"breakout_room_schedule\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":true,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"dolore minim nisi\",\"name\":\"consectetur\",\"type\":\"exer\",\"is_default\":true,\"size\":\"pariatur proident\"},{\"id\":\"sed ut ad aliqua\",\"name\":\"cupidatat anim consectetur\",\"type\":\"proident enim aliquip\",\"is_default\":false,\"size\":\"eiusmod commodo eu labore ex\"}]},\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"in magna\",\"show_meeting_control_toolbar\":true,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"meeting_reactions\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"host\",\"file_transfer\":false,\"request_permission_to_unmute\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":false,\"join_from_desktop\":true,\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"facebook\"],\"custom_service_instructions\":\"nisi ad Excepteur elit\",\"live_streaming_reminder\":false},\"webinar_chat\":{\"enable\":false,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":2,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":true,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":true},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":false,\"view_full_transcript\":false,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":true,\"advanced_polls\":true},\"webinar_survey\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "email_notification",
              "value": "{\"cloud_recording_available_reminder\":true,\"recording_available_reminder_schedulers\":true,\"recording_available_reminder_alternative_hosts\":false,\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":false,\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":120,\"recording_disclaimer\":true,\"ask_participants_to_consent_disclaimer\":true,\"ask_host_to_confirm_disclaimer\":true,\"recording_password_requirement\":{\"length\":-40288046,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":false},\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"nisi reprehenderit exercitation Ut dolor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":true,\"audio_conference_info\":\"\",\"show_international_numbers_link\":true,\"telephony_regions\":{\"selection_values\":\"esse qui laboris magna commodo\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-18713570,\"large_meeting\":false,\"large_meeting_capacity\":-29037961,\"webinar\":false,\"webinar_capacity\":66400432,\"zoom_events\":true,\"zoom_events_capacity\":50000,\"zoom_phone\":false,\"concurrent_meeting\":\"Basic\"}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":true,\"show_international_numbers_link\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"et\",\"Lorem aliquip in esse officia\"],\"value\":\"id n\"}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/users/:userId/settings?option=meeting_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "users",
            ":userId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "meeting_authentication"
            }
          ],
          "variable": [
            {
              "key": "userId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The user ID or email address of the user. For user-level apps, pass the `me` value for this parameter."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n",
      "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,\"participants_video\":false,\"audio_type\":\"voip\",\"join_before_host\":false,\"force_pmi_jbh_password\":false,\"pstn_password_protected\":true,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":true,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":false,\"default_password_for_scheduled_meetings\":\"aliquip Lorem aute\",\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"jbh_only\",\"pmi_password\":\"aute reprehenderit qui et amet\",\"embed_password_in_join_link\":true,\"meeting_password_requirement\":{\"length\":-74514620,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":0,\"weak_enhance_detection\":true},\"personal_meeting\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":false,\"chat\":false,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":1,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":true,\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"breakout_room_schedule\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":true,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"dolore minim nisi\",\"name\":\"consectetur\",\"type\":\"exer\",\"is_default\":true,\"size\":\"pariatur proident\"},{\"id\":\"sed ut ad aliqua\",\"name\":\"cupidatat anim consectetur\",\"type\":\"proident enim aliquip\",\"is_default\":false,\"size\":\"eiusmod commodo eu labore ex\"}]},\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"in magna\",\"show_meeting_control_toolbar\":true,\"custom_data_center_regions\":false,\"data_center_regions\":\"CN\",\"meeting_reactions\":false,\"screen_sharing\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"host\",\"file_transfer\":false,\"request_permission_to_unmute\":false,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":false,\"join_from_desktop\":true,\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"facebook\",\"facebook\"],\"custom_service_instructions\":\"nisi ad Excepteur elit\",\"live_streaming_reminder\":false},\"webinar_chat\":{\"enable\":false,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":2,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":true,\"allow_users_save_chats\":2,\"allow_auto_save_local_chat_file\":true},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":false,\"view_full_transcript\":false,\"save_caption\":false},\"slide_control\":false,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":true,\"advanced_polls\":true},\"webinar_survey\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "email_notification",
              "value": "{\"cloud_recording_available_reminder\":true,\"recording_available_reminder_schedulers\":true,\"recording_available_reminder_alternative_hosts\":false,\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":false,\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":false,\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":120,\"recording_disclaimer\":true,\"ask_participants_to_consent_disclaimer\":true,\"ask_host_to_confirm_disclaimer\":true,\"recording_password_requirement\":{\"length\":-40288046,\"have_letter\":true,\"have_number\":false,\"have_special_character\":false,\"only_allow_numeric\":false},\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"nisi reprehenderit exercitation Ut dolor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":true,\"audio_conference_info\":\"\",\"show_international_numbers_link\":true,\"telephony_regions\":{\"selection_values\":\"esse qui laboris magna commodo\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-18713570,\"large_meeting\":false,\"large_meeting_capacity\":-29037961,\"webinar\":false,\"webinar_capacity\":66400432,\"zoom_events\":true,\"zoom_events_capacity\":50000,\"zoom_phone\":false,\"concurrent_meeting\":\"Basic\"}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":true,\"show_international_numbers_link\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"et\",\"Lorem aliquip in esse officia\"],\"value\":\"id n\"}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/users/:userId/settings?option=meeting_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "users",
            ":userId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "meeting_authentication"
            }
          ],
          "variable": [
            {
              "key": "userId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The user ID or email address of the user. For user-level apps, pass the `me` value for this parameter."
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}