Chilkat Online Tools

C# / Zoom API / Update 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/accounts/:accountId/settings?option=recording_authentication";
req.ContentType = "multipart/form-data";

Chilkat.JsonObject jsonFormData1 = new Chilkat.JsonObject();
jsonFormData1.UpdateBool("host_video",false);
jsonFormData1.UpdateBool("participant_video",false);
jsonFormData1.UpdateString("audio_type","both");
jsonFormData1.UpdateBool("join_before_host",false);
jsonFormData1.UpdateInt("jbh_time",5);
jsonFormData1.UpdateBool("enforce_login",false);
jsonFormData1.UpdateBool("enforce_login_with_domains",false);
jsonFormData1.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData1.UpdateBool("not_store_meeting_topic",true);
jsonFormData1.UpdateBool("force_pmi_jbh_password",true);
jsonFormData1.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData1.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData1.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData1.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData1.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData1.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData1.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData1.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData1.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData1.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData1.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData1.UpdateBool("personal_meeting",true);
req.AddParam("schedule_meeting",jsonFormData1.Emit());

Chilkat.JsonObject jsonFormData2 = new Chilkat.JsonObject();
jsonFormData2.UpdateBool("host_video",false);
jsonFormData2.UpdateBool("participant_video",false);
jsonFormData2.UpdateString("audio_type","both");
jsonFormData2.UpdateBool("join_before_host",false);
jsonFormData2.UpdateInt("jbh_time",5);
jsonFormData2.UpdateBool("enforce_login",false);
jsonFormData2.UpdateBool("enforce_login_with_domains",false);
jsonFormData2.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData2.UpdateBool("not_store_meeting_topic",true);
jsonFormData2.UpdateBool("force_pmi_jbh_password",true);
jsonFormData2.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData2.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData2.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData2.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData2.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData2.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData2.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData2.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData2.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData2.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData2.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData2.UpdateBool("personal_meeting",true);
req.AddParam("in_meeting",jsonFormData2.Emit());

Chilkat.JsonObject jsonFormData3 = new Chilkat.JsonObject();
jsonFormData3.UpdateBool("host_video",false);
jsonFormData3.UpdateBool("participant_video",false);
jsonFormData3.UpdateString("audio_type","both");
jsonFormData3.UpdateBool("join_before_host",false);
jsonFormData3.UpdateInt("jbh_time",5);
jsonFormData3.UpdateBool("enforce_login",false);
jsonFormData3.UpdateBool("enforce_login_with_domains",false);
jsonFormData3.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData3.UpdateBool("not_store_meeting_topic",true);
jsonFormData3.UpdateBool("force_pmi_jbh_password",true);
jsonFormData3.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData3.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData3.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData3.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData3.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData3.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData3.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData3.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData3.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData3.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData3.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData3.UpdateBool("personal_meeting",true);
req.AddParam("email_notification",jsonFormData3.Emit());

Chilkat.JsonObject jsonFormData4 = new Chilkat.JsonObject();
jsonFormData4.UpdateBool("host_video",false);
jsonFormData4.UpdateBool("participant_video",false);
jsonFormData4.UpdateString("audio_type","both");
jsonFormData4.UpdateBool("join_before_host",false);
jsonFormData4.UpdateInt("jbh_time",5);
jsonFormData4.UpdateBool("enforce_login",false);
jsonFormData4.UpdateBool("enforce_login_with_domains",false);
jsonFormData4.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData4.UpdateBool("not_store_meeting_topic",true);
jsonFormData4.UpdateBool("force_pmi_jbh_password",true);
jsonFormData4.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData4.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData4.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData4.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData4.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData4.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData4.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData4.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData4.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData4.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData4.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData4.UpdateBool("personal_meeting",true);
req.AddParam("zoom_rooms",jsonFormData4.Emit());

Chilkat.JsonObject jsonFormData5 = new Chilkat.JsonObject();
jsonFormData5.UpdateBool("host_video",false);
jsonFormData5.UpdateBool("participant_video",false);
jsonFormData5.UpdateString("audio_type","both");
jsonFormData5.UpdateBool("join_before_host",false);
jsonFormData5.UpdateInt("jbh_time",5);
jsonFormData5.UpdateBool("enforce_login",false);
jsonFormData5.UpdateBool("enforce_login_with_domains",false);
jsonFormData5.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData5.UpdateBool("not_store_meeting_topic",true);
jsonFormData5.UpdateBool("force_pmi_jbh_password",true);
jsonFormData5.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData5.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData5.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData5.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData5.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData5.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData5.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData5.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData5.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData5.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData5.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData5.UpdateBool("personal_meeting",true);
req.AddParam("security",jsonFormData5.Emit());

Chilkat.JsonObject jsonFormData6 = new Chilkat.JsonObject();
jsonFormData6.UpdateBool("host_video",false);
jsonFormData6.UpdateBool("participant_video",false);
jsonFormData6.UpdateString("audio_type","both");
jsonFormData6.UpdateBool("join_before_host",false);
jsonFormData6.UpdateInt("jbh_time",5);
jsonFormData6.UpdateBool("enforce_login",false);
jsonFormData6.UpdateBool("enforce_login_with_domains",false);
jsonFormData6.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData6.UpdateBool("not_store_meeting_topic",true);
jsonFormData6.UpdateBool("force_pmi_jbh_password",true);
jsonFormData6.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData6.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData6.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData6.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData6.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData6.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData6.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData6.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData6.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData6.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData6.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData6.UpdateBool("personal_meeting",true);
req.AddParam("recording",jsonFormData6.Emit());

Chilkat.JsonObject jsonFormData7 = new Chilkat.JsonObject();
jsonFormData7.UpdateBool("host_video",false);
jsonFormData7.UpdateBool("participant_video",false);
jsonFormData7.UpdateString("audio_type","both");
jsonFormData7.UpdateBool("join_before_host",false);
jsonFormData7.UpdateInt("jbh_time",5);
jsonFormData7.UpdateBool("enforce_login",false);
jsonFormData7.UpdateBool("enforce_login_with_domains",false);
jsonFormData7.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData7.UpdateBool("not_store_meeting_topic",true);
jsonFormData7.UpdateBool("force_pmi_jbh_password",true);
jsonFormData7.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData7.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData7.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData7.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData7.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData7.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData7.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData7.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData7.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData7.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData7.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData7.UpdateBool("personal_meeting",true);
req.AddParam("telephony",jsonFormData7.Emit());

Chilkat.JsonObject jsonFormData8 = new Chilkat.JsonObject();
jsonFormData8.UpdateBool("host_video",false);
jsonFormData8.UpdateBool("participant_video",false);
jsonFormData8.UpdateString("audio_type","both");
jsonFormData8.UpdateBool("join_before_host",false);
jsonFormData8.UpdateInt("jbh_time",5);
jsonFormData8.UpdateBool("enforce_login",false);
jsonFormData8.UpdateBool("enforce_login_with_domains",false);
jsonFormData8.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData8.UpdateBool("not_store_meeting_topic",true);
jsonFormData8.UpdateBool("force_pmi_jbh_password",true);
jsonFormData8.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData8.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData8.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData8.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData8.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData8.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData8.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData8.UpdateBool("meeting_password_requirement.have_letter",false);
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",true);
jsonFormData8.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData8.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData8.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData8.UpdateBool("personal_meeting",true);
req.AddParam("integration",jsonFormData8.Emit());

Chilkat.JsonObject jsonFormData9 = new Chilkat.JsonObject();
jsonFormData9.UpdateBool("host_video",false);
jsonFormData9.UpdateBool("participant_video",false);
jsonFormData9.UpdateString("audio_type","both");
jsonFormData9.UpdateBool("join_before_host",false);
jsonFormData9.UpdateInt("jbh_time",5);
jsonFormData9.UpdateBool("enforce_login",false);
jsonFormData9.UpdateBool("enforce_login_with_domains",false);
jsonFormData9.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData9.UpdateBool("not_store_meeting_topic",true);
jsonFormData9.UpdateBool("force_pmi_jbh_password",true);
jsonFormData9.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData9.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData9.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData9.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData9.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData9.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData9.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData9.UpdateBool("meeting_password_requirement.have_letter",false);
jsonFormData9.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData9.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData9.UpdateBool("meeting_password_requirement.only_allow_numeric",true);
jsonFormData9.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData9.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData9.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData9.UpdateBool("personal_meeting",true);
req.AddParam("feature",jsonFormData9.Emit());

Chilkat.JsonObject jsonFormData10 = new Chilkat.JsonObject();
jsonFormData10.UpdateBool("host_video",false);
jsonFormData10.UpdateBool("participant_video",false);
jsonFormData10.UpdateString("audio_type","both");
jsonFormData10.UpdateBool("join_before_host",false);
jsonFormData10.UpdateInt("jbh_time",5);
jsonFormData10.UpdateBool("enforce_login",false);
jsonFormData10.UpdateBool("enforce_login_with_domains",false);
jsonFormData10.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData10.UpdateBool("not_store_meeting_topic",true);
jsonFormData10.UpdateBool("force_pmi_jbh_password",true);
jsonFormData10.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData10.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData10.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData10.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData10.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData10.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData10.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData10.UpdateBool("meeting_password_requirement.have_letter",false);
jsonFormData10.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData10.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData10.UpdateBool("meeting_password_requirement.only_allow_numeric",true);
jsonFormData10.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData10.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData10.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData10.UpdateBool("personal_meeting",true);
req.AddParam("tsp",jsonFormData10.Emit());

Chilkat.JsonObject jsonFormData11 = new Chilkat.JsonObject();
jsonFormData11.UpdateBool("host_video",false);
jsonFormData11.UpdateBool("participant_video",false);
jsonFormData11.UpdateString("audio_type","both");
jsonFormData11.UpdateBool("join_before_host",false);
jsonFormData11.UpdateInt("jbh_time",5);
jsonFormData11.UpdateBool("enforce_login",false);
jsonFormData11.UpdateBool("enforce_login_with_domains",false);
jsonFormData11.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData11.UpdateBool("not_store_meeting_topic",true);
jsonFormData11.UpdateBool("force_pmi_jbh_password",true);
jsonFormData11.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData11.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData11.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData11.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData11.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData11.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData11.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData11.UpdateBool("meeting_password_requirement.have_letter",false);
jsonFormData11.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData11.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData11.UpdateBool("meeting_password_requirement.only_allow_numeric",true);
jsonFormData11.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData11.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData11.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData11.UpdateBool("personal_meeting",true);
req.AddParam("profile",jsonFormData11.Emit());

Chilkat.JsonObject jsonFormData12 = new Chilkat.JsonObject();
jsonFormData12.UpdateBool("host_video",false);
jsonFormData12.UpdateBool("participant_video",false);
jsonFormData12.UpdateString("audio_type","both");
jsonFormData12.UpdateBool("join_before_host",false);
jsonFormData12.UpdateInt("jbh_time",5);
jsonFormData12.UpdateBool("enforce_login",false);
jsonFormData12.UpdateBool("enforce_login_with_domains",false);
jsonFormData12.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData12.UpdateBool("not_store_meeting_topic",true);
jsonFormData12.UpdateBool("force_pmi_jbh_password",true);
jsonFormData12.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData12.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData12.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData12.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData12.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData12.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData12.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData12.UpdateBool("meeting_password_requirement.have_letter",false);
jsonFormData12.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData12.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData12.UpdateBool("meeting_password_requirement.only_allow_numeric",true);
jsonFormData12.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData12.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData12.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData12.UpdateBool("personal_meeting",true);
req.AddParam("other_options",jsonFormData12.Emit());

Chilkat.JsonObject jsonFormData13 = new Chilkat.JsonObject();
jsonFormData13.UpdateBool("host_video",false);
jsonFormData13.UpdateBool("participant_video",false);
jsonFormData13.UpdateString("audio_type","both");
jsonFormData13.UpdateBool("join_before_host",false);
jsonFormData13.UpdateInt("jbh_time",5);
jsonFormData13.UpdateBool("enforce_login",false);
jsonFormData13.UpdateBool("enforce_login_with_domains",false);
jsonFormData13.UpdateString("enforce_login_domains","amet sunt Duis consectetur");
jsonFormData13.UpdateBool("not_store_meeting_topic",true);
jsonFormData13.UpdateBool("force_pmi_jbh_password",true);
jsonFormData13.UpdateBool("use_pmi_for_scheduled_meetings",true);
jsonFormData13.UpdateBool("use_pmi_for_instant_meetings",false);
jsonFormData13.UpdateBool("require_password_for_scheduling_new_meetings",true);
jsonFormData13.UpdateBool("require_password_for_scheduled_meetings",false);
jsonFormData13.UpdateBool("require_password_for_instant_meetings",true);
jsonFormData13.UpdateString("require_password_for_pmi_meetings","none");
jsonFormData13.UpdateInt("meeting_password_requirement.length",-8231505);
jsonFormData13.UpdateBool("meeting_password_requirement.have_letter",false);
jsonFormData13.UpdateBool("meeting_password_requirement.have_number",false);
jsonFormData13.UpdateBool("meeting_password_requirement.have_special_character",true);
jsonFormData13.UpdateBool("meeting_password_requirement.only_allow_numeric",true);
jsonFormData13.UpdateBool("meeting_password_requirement.have_upper_and_lower_characters",false);
jsonFormData13.UpdateInt("meeting_password_requirement.consecutive_characters_length",6);
jsonFormData13.UpdateBool("meeting_password_requirement.weak_enhance_detection",false);
jsonFormData13.UpdateBool("personal_meeting",true);
req.AddParam("audio_conferencing",jsonFormData13.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;
}

Debug.WriteLine(Convert.ToString(resp.StatusCode));
Debug.WriteLine(resp.BodyStr);

Curl Command

curl -X PATCH
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: multipart/form-data"
	--form 'schedule_meeting={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}'
	--form 'in_meeting={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}'
	--form 'email_notification={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}'
	--form 'zoom_rooms={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}'
	--form 'security={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}'
	--form 'recording={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}'
	--form 'telephony={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}'
	--form 'integration={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}'
	--form 'feature={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}{"meeting_capacity":-28695548}'
	--form 'tsp={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}{"meeting_capacity":-28695548}{"call_out":true,"show_international_numbers_link":false,"display_toll_free_numbers":true}'
	--form 'profile={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}{"meeting_capacity":-28695548}{"call_out":true,"show_international_numbers_link":false,"display_toll_free_numbers":true}{"recording_storage_location":{"allowed_values":["et cupidatat nostrud commodo Ut","s"],"value":"co"}}'
	--form 'other_options={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}{"meeting_capacity":-28695548}{"call_out":true,"show_international_numbers_link":false,"display_toll_free_numbers":true}{"recording_storage_location":{"allowed_values":["et cupidatat nostrud commodo Ut","s"],"value":"co"}}{"allow_auto_active_users":true,"blur_snapshot":true,"display_meetings_scheduled_for_others":true,"use_cdn":"none","allow_users_contact_support_via_chat":false,"show_one_user_meeting_on_dashboard":false,"meeting_qos_and_mos":0,"allow_users_enter_and_share_pronouns":true}'
	--form 'audio_conferencing={"host_video":false,"participant_video":false,"audio_type":"both","join_before_host":false,"jbh_time":5,"enforce_login":false,"enforce_login_with_domains":false,"enforce_login_domains":"amet sunt Duis consectetur","not_store_meeting_topic":true,"force_pmi_jbh_password":true,"use_pmi_for_scheduled_meetings":true,"use_pmi_for_instant_meetings":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_scheduled_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":"none","meeting_password_requirement":{"length":-8231505,"have_letter":false,"have_number":false,"have_special_character":true,"only_allow_numeric":true,"have_upper_and_lower_characters":false,"consecutive_characters_length":6,"weak_enhance_detection":false},"personal_meeting":true}{"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":"all","record_play_own_voice":true,"feedback":false,"post_meeting_feedback":false,"co_host":false,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"webinar_question_answer":false,"anonymous_question_answer":true,"breakout_room":true,"breakout_room_schedule":true,"closed_caption":false,"far_end_camera_control":false,"group_hd":false,"virtual_background":true,"virtual_background_settings":{"enable":false,"allow_videos":false,"allow_upload_custom":true,"files":[{"id":"aute occaecat magna q","name":"Lorem adipisicing aute","type":"anim do dolore","is_default":false,"size":"voluptate amet labore"},{"id":"tempor nisi cillum","name":"nulla ipsum","type":"Duis culpa est qui","is_default":true,"size":"ea esse adipisicing"}]},"watermark":true,"alert_guest_join":false,"auto_answer":false,"p2p_connetion":true,"p2p_ports":false,"ports_range":"","sending_default_email_invites":true,"use_html_format_email":true,"dscp_marking":true,"dscp_audio":27,"dscp_video":23,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"remote_control":false,"allow_live_streaming":true,"live_streaming_facebook":true,"workplace_by_facebook":false,"live_streaming_youtube":false,"custom_live_streaming_service":false,"custom_service_instructions":"esse consequat non proident","custom_data_center_regions":false,"data_center_regions":"HK","meeting_reactions":false,"show_a_join_from_your_browser_link":true,"join_from_mobile":false,"join_from_desktop":false,"allow_participants_to_rename":true,"who_can_share_screen":"host","who_can_share_screen_when_someone_is_sharing":"host","file_transfer":false,"request_permission_to_unmute":false,"webinar_live_streaming":{"enable":false,"live_streaming_service":["custom_live_streaming_service","workplace_by_facebook"],"custom_service_instructions":"incididun","live_streaming_reminder":false},"webinar_chat":{"enable":true,"allow_panelists_chat_with":2,"allow_attendees_chat_with":2,"default_attendees_chat_with":2,"allow_panelists_send_direct_message":false,"allow_users_save_chats":0,"allow_auto_save_local_chat_file":false},"closed_captioning":{"enable":false,"third_party_captioning_service":true,"auto_transcribing":false,"view_full_transcript":false,"save_caption":true},"slide_control":true,"meeting_survey":true,"webinar_polling":{"enable":false,"advanced_polls":false},"webinar_survey":false}{"cloud_recording_available_reminder":false,"recording_available_reminder_schedulers":true,"recording_available_reminder_alternative_hosts":true,"jbh_reminder":false,"cancel_meeting_reminder":false,"low_host_count_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":false}{"upcoming_meeting_alert":false,"start_airplay_manually":true,"weekly_system_restart":false,"list_meetings_with_calendar":false,"zr_post_meeting_feedback":true,"ultrasonic":false,"force_private_meeting":true,"hide_host_information":true,"cmr_for_instant_meeting":true,"auto_start_stop_scheduled_meetings":false}{"admin_change_name_pic":true,"import_photos_from_devices":false,"hide_billing_info":true,"password_requirement":{"minimum_password_length":9,"have_special_character":false,"consecutive_characters_length":69052148,"weak_enhance_detection":false},"sign_in_with_two_factor_auth":"group","sign_again_period_for_inactivity_on_client":10292029,"sign_again_period_for_inactivity_on_web":59731475,"sign_in_with_two_factor_auth_groups":["voluptate","do sed consectetur commodo"],"sign_in_with_two_factor_auth_roles":["sit","irure cupidatat"]}{"local_recording":true,"cloud_recording":false,"record_speaker_view":false,"record_gallery_view":true,"record_audio_file":false,"save_chat_text":true,"show_timestamp":true,"recording_audio_transcript":true,"auto_recording":"local","cloud_recording_download":false,"cloud_recording_download_host":true,"account_user_access_recording":true,"auto_delete_cmr":true,"auto_delete_cmr_days":120,"recording_password_requirement":{"length":-90884114,"have_letter":true,"have_number":true,"have_special_character":true,"only_allow_numeric":true},"allow_recovery_deleted_cloud_recordings":true,"recording_disclaimer":false,"host_delete_cloud_recording":true,"required_password_for_existing_cloud_recordings":true,"prevent_host_access_recording":false,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"dolor Lorem sed occaecat laboris"},"archive":{"enable":false,"type":1,"settings":{"chat_file":false,"chat_with_sender_email":true,"audio_file":true,"video_file":false,"cc_transcript_file":false}}}{"third_party_audio":true,"audio_conference_info":"in ut voluptate","telephony_regions":{"selection_values":"veniam ut laborum"}}{"google_calendar":false,"google_drive":false,"dropbox":false,"box":true,"microsoft_one_drive":false,"kubi":true}{"meeting_capacity":-28695548}{"call_out":true,"show_international_numbers_link":false,"display_toll_free_numbers":true}{"recording_storage_location":{"allowed_values":["et cupidatat nostrud commodo Ut","s"],"value":"co"}}{"allow_auto_active_users":true,"blur_snapshot":true,"display_meetings_scheduled_for_others":true,"use_cdn":"none","allow_users_contact_support_via_chat":false,"show_one_user_meeting_on_dashboard":false,"meeting_qos_and_mos":0,"allow_users_enter_and_share_pronouns":true}{"toll_free_and_fee_based_toll_call":{"enable":true,"numbers":[{"code":"culpa Duis ","country_code":"ex sunt ut in","country_name":"Excepteur exercitation ex ad in","number":"incidid","display_number":"irure tempor labore"},{"code":"do","country_code":"ea","country_name":"aute","number":"sint labore dolore","display_number":"et nulla ipsum"}],"allow_webinar_attendees_dial":false}}'
https://api.zoom.us/v2/accounts/:accountId/settings?option=recording_authentication

Postman Collection Item JSON

{
  "name": "Update settings",
  "request": {
    "method": "PATCH",
    "header": [
      {
        "key": "Content-Type",
        "value": "multipart/form-data"
      }
    ],
    "body": {
      "mode": "formdata",
      "formdata": [
        {
          "key": "schedule_meeting",
          "value": "{\"host_video\":false,\"participant_video\":false,\"audio_type\":\"both\",\"join_before_host\":false,\"jbh_time\":5,\"enforce_login\":false,\"enforce_login_with_domains\":false,\"enforce_login_domains\":\"amet sunt Duis consectetur\",\"not_store_meeting_topic\":true,\"force_pmi_jbh_password\":true,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_scheduled_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":\"none\",\"meeting_password_requirement\":{\"length\":-8231505,\"have_letter\":false,\"have_number\":false,\"have_special_character\":true,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":false,\"consecutive_characters_length\":6,\"weak_enhance_detection\":false},\"personal_meeting\":true}",
          "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\":\"all\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":true,\"webinar_question_answer\":false,\"anonymous_question_answer\":true,\"breakout_room\":true,\"breakout_room_schedule\":true,\"closed_caption\":false,\"far_end_camera_control\":false,\"group_hd\":false,\"virtual_background\":true,\"virtual_background_settings\":{\"enable\":false,\"allow_videos\":false,\"allow_upload_custom\":true,\"files\":[{\"id\":\"aute occaecat magna q\",\"name\":\"Lorem adipisicing aute\",\"type\":\"anim do dolore\",\"is_default\":false,\"size\":\"voluptate amet labore\"},{\"id\":\"tempor nisi cillum\",\"name\":\"nulla ipsum\",\"type\":\"Duis culpa est qui\",\"is_default\":true,\"size\":\"ea esse adipisicing\"}]},\"watermark\":true,\"alert_guest_join\":false,\"auto_answer\":false,\"p2p_connetion\":true,\"p2p_ports\":false,\"ports_range\":\"\",\"sending_default_email_invites\":true,\"use_html_format_email\":true,\"dscp_marking\":true,\"dscp_audio\":27,\"dscp_video\":23,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":false,\"remote_control\":false,\"allow_live_streaming\":true,\"live_streaming_facebook\":true,\"workplace_by_facebook\":false,\"live_streaming_youtube\":false,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"esse consequat non proident\",\"custom_data_center_regions\":false,\"data_center_regions\":\"HK\",\"meeting_reactions\":false,\"show_a_join_from_your_browser_link\":true,\"join_from_mobile\":false,\"join_from_desktop\":false,\"allow_participants_to_rename\":true,\"who_can_share_screen\":\"host\",\"who_can_share_screen_when_someone_is_sharing\":\"host\",\"file_transfer\":false,\"request_permission_to_unmute\":false,\"webinar_live_streaming\":{\"enable\":false,\"live_streaming_service\":[\"custom_live_streaming_service\",\"workplace_by_facebook\"],\"custom_service_instructions\":\"incididun\",\"live_streaming_reminder\":false},\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":2,\"allow_attendees_chat_with\":2,\"default_attendees_chat_with\":2,\"allow_panelists_send_direct_message\":false,\"allow_users_save_chats\":0,\"allow_auto_save_local_chat_file\":false},\"closed_captioning\":{\"enable\":false,\"third_party_captioning_service\":true,\"auto_transcribing\":false,\"view_full_transcript\":false,\"save_caption\":true},\"slide_control\":true,\"meeting_survey\":true,\"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\":true,\"recording_available_reminder_alternative_hosts\":true,\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"low_host_count_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "zoom_rooms",
          "value": "{\"upcoming_meeting_alert\":false,\"start_airplay_manually\":true,\"weekly_system_restart\":false,\"list_meetings_with_calendar\":false,\"zr_post_meeting_feedback\":true,\"ultrasonic\":false,\"force_private_meeting\":true,\"hide_host_information\":true,\"cmr_for_instant_meeting\":true,\"auto_start_stop_scheduled_meetings\":false}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "security",
          "value": "{\"admin_change_name_pic\":true,\"import_photos_from_devices\":false,\"hide_billing_info\":true,\"password_requirement\":{\"minimum_password_length\":9,\"have_special_character\":false,\"consecutive_characters_length\":69052148,\"weak_enhance_detection\":false},\"sign_in_with_two_factor_auth\":\"group\",\"sign_again_period_for_inactivity_on_client\":10292029,\"sign_again_period_for_inactivity_on_web\":59731475,\"sign_in_with_two_factor_auth_groups\":[\"voluptate\",\"do sed consectetur commodo\"],\"sign_in_with_two_factor_auth_roles\":[\"sit\",\"irure cupidatat\"]}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "recording",
          "value": "{\"local_recording\":true,\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":true,\"record_audio_file\":false,\"save_chat_text\":true,\"show_timestamp\":true,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":true,\"account_user_access_recording\":true,\"auto_delete_cmr\":true,\"auto_delete_cmr_days\":120,\"recording_password_requirement\":{\"length\":-90884114,\"have_letter\":true,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":true},\"allow_recovery_deleted_cloud_recordings\":true,\"recording_disclaimer\":false,\"host_delete_cloud_recording\":true,\"required_password_for_existing_cloud_recordings\":true,\"prevent_host_access_recording\":false,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"dolor Lorem sed occaecat laboris\"},\"archive\":{\"enable\":false,\"type\":1,\"settings\":{\"chat_file\":false,\"chat_with_sender_email\":true,\"audio_file\":true,\"video_file\":false,\"cc_transcript_file\":false}}}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "telephony",
          "value": "{\"third_party_audio\":true,\"audio_conference_info\":\"in ut voluptate\",\"telephony_regions\":{\"selection_values\":\"veniam ut laborum\"}}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "integration",
          "value": "{\"google_calendar\":false,\"google_drive\":false,\"dropbox\":false,\"box\":true,\"microsoft_one_drive\":false,\"kubi\":true}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "feature",
          "value": "{\"meeting_capacity\":-28695548}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "tsp",
          "value": "{\"call_out\":true,\"show_international_numbers_link\":false,\"display_toll_free_numbers\":true}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "profile",
          "value": "{\"recording_storage_location\":{\"allowed_values\":[\"et cupidatat nostrud commodo Ut\",\"s\"],\"value\":\"co\"}}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "other_options",
          "value": "{\"allow_auto_active_users\":true,\"blur_snapshot\":true,\"display_meetings_scheduled_for_others\":true,\"use_cdn\":\"none\",\"allow_users_contact_support_via_chat\":false,\"show_one_user_meeting_on_dashboard\":false,\"meeting_qos_and_mos\":0,\"allow_users_enter_and_share_pronouns\":true}",
          "description": "undefined",
          "type": "text"
        },
        {
          "key": "audio_conferencing",
          "value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":true,\"numbers\":[{\"code\":\"culpa Duis \",\"country_code\":\"ex sunt ut in\",\"country_name\":\"Excepteur exercitation ex ad in\",\"number\":\"incidid\",\"display_number\":\"irure tempor labore\"},{\"code\":\"do\",\"country_code\":\"ea\",\"country_name\":\"aute\",\"number\":\"sint labore dolore\",\"display_number\":\"et nulla ipsum\"}],\"allow_webinar_attendees_dial\":false}}",
          "description": "undefined",
          "type": "text"
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/accounts/:accountId/settings?option=recording_authentication",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "accounts",
        ":accountId",
        "settings"
      ],
      "query": [
        {
          "key": "option",
          "value": "recording_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* `security` — Account security settings. \n* `meeting_security` — Meeting security settings."
        }
      ],
      "variable": [
        {
          "key": "accountId",
          "value": "quis officia in reprehenderit",
          "description": "(Required) The account's ID."
        }
      ]
    },
    "description": "Update the settings of a sub account that is under a master account.<br> To update the settings of the master account, use `me` as the value of the `accountId` path parameter.<br><br>\n**Prerequisites**:\n * The sub account must be a paid account.<br>\n**Scopes**: `account:write:admin`\n<br>\n**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`"
  },
  "response": [
    {
      "name": "**Error Code:** `200`<br> Only available for Paid account.",
      "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\":false,\"participant_video\":true,\"audio_type\":\"both\",\"join_before_host\":false,\"jbh_time\":10,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"nisi do\",\"not_store_meeting_topic\":false,\"force_pmi_jbh_password\":false,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"meeting_password_requirement\":{\"length\":-63428319,\"have_letter\":true,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":5,\"weak_enhance_detection\":true},\"personal_meeting\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":true,\"entry_exit_chime\":\"host\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":false,\"whiteboard\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"breakout_room_schedule\":true,\"closed_caption\":false,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":false,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"veniam qui\",\"name\":\"occaecat\",\"type\":\"incididunt\",\"is_default\":true,\"size\":\"Ut id dolor\"},{\"id\":\"ipsum Lorem est\",\"name\":\"ut\",\"type\":\"ea Lorem exercitation veniam\",\"is_default\":true,\"size\":\"aliquip nostrud ipsum officia\"}]},\"watermark\":false,\"alert_guest_join\":false,\"auto_answer\":true,\"p2p_connetion\":true,\"p2p_ports\":true,\"ports_range\":\"\",\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":false,\"dscp_audio\":37,\"dscp_video\":27,\"stereo_audio\":false,\"original_audio\":true,\"screen_sharing\":false,\"remote_control\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":true,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Ut occaecat exercitation\",\"custom_data_center_regions\":true,\"data_center_regions\":\"CA\",\"meeting_reactions\":true,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":true,\"allow_participants_to_rename\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"file_transfer\":false,\"request_permission_to_unmute\":true,\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"workplace_by_facebook\",\"youtube\"],\"custom_service_instructions\":\"exercitation eiusmod Excepteur ut\",\"live_streaming_reminder\":true},\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":1,\"allow_attendees_chat_with\":2,\"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\":true,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":true},\"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\":false,\"cancel_meeting_reminder\":true,\"low_host_count_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "zoom_rooms",
              "value": "{\"upcoming_meeting_alert\":false,\"start_airplay_manually\":true,\"weekly_system_restart\":true,\"list_meetings_with_calendar\":false,\"zr_post_meeting_feedback\":true,\"ultrasonic\":false,\"force_private_meeting\":false,\"hide_host_information\":false,\"cmr_for_instant_meeting\":false,\"auto_start_stop_scheduled_meetings\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "security",
              "value": "{\"admin_change_name_pic\":false,\"import_photos_from_devices\":false,\"hide_billing_info\":true,\"password_requirement\":{\"minimum_password_length\":10,\"have_special_character\":false,\"consecutive_characters_length\":-21743780,\"weak_enhance_detection\":false},\"sign_in_with_two_factor_auth\":\"role\",\"sign_again_period_for_inactivity_on_client\":50663297,\"sign_again_period_for_inactivity_on_web\":58443844,\"sign_in_with_two_factor_auth_groups\":[\"veniam velit proident\",\"occaecat veniam\"],\"sign_in_with_two_factor_auth_roles\":[\"enim\",\"et anim nostrud\"]}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":false,\"record_audio_file\":true,\"save_chat_text\":true,\"show_timestamp\":true,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":true,\"account_user_access_recording\":false,\"auto_delete_cmr\":true,\"auto_delete_cmr_days\":60,\"recording_password_requirement\":{\"length\":-91133920,\"have_letter\":false,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":false},\"allow_recovery_deleted_cloud_recordings\":false,\"recording_disclaimer\":false,\"host_delete_cloud_recording\":true,\"required_password_for_existing_cloud_recordings\":true,\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"sint officia anim commodo\"},\"archive\":{\"enable\":true,\"type\":2,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":true,\"audio_file\":true,\"video_file\":true,\"cc_transcript_file\":true}}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":false,\"audio_conference_info\":\"ut anim\",\"telephony_regions\":{\"selection_values\":\"dolor deserunt \"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "integration",
              "value": "{\"google_calendar\":false,\"google_drive\":true,\"dropbox\":true,\"box\":false,\"microsoft_one_drive\":false,\"kubi\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-89456425}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":false,\"show_international_numbers_link\":false,\"display_toll_free_numbers\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"in exercitation dolore id\",\"in quis\"],\"value\":\"tempor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "other_options",
              "value": "{\"allow_auto_active_users\":false,\"blur_snapshot\":true,\"display_meetings_scheduled_for_others\":true,\"use_cdn\":\"wangsu\",\"allow_users_contact_support_via_chat\":true,\"show_one_user_meeting_on_dashboard\":false,\"meeting_qos_and_mos\":1,\"allow_users_enter_and_share_pronouns\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "audio_conferencing",
              "value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":false,\"numbers\":[{\"code\":\"m\",\"country_code\":\"velit consequat minim deserunt\",\"country_name\":\"in in mollit dolore\",\"number\":\"commodo\",\"display_number\":\"ad ullamco\"},{\"code\":\"nulla Ut\",\"country_code\":\"culpa ut cillum Duis dolor\",\"country_name\":\"aliqua est in nostrud ut\",\"number\":\"volu\",\"display_number\":\"sunt sit qui\"}],\"allow_webinar_attendees_dial\":true}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/accounts/:accountId/settings?option=recording_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            ":accountId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "recording_authentication"
            }
          ],
          "variable": [
            {
              "key": "accountId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The account's ID."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `204` <br>Account 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\":false,\"participant_video\":true,\"audio_type\":\"both\",\"join_before_host\":false,\"jbh_time\":10,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"nisi do\",\"not_store_meeting_topic\":false,\"force_pmi_jbh_password\":false,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"meeting_password_requirement\":{\"length\":-63428319,\"have_letter\":true,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":5,\"weak_enhance_detection\":true},\"personal_meeting\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":true,\"entry_exit_chime\":\"host\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":false,\"whiteboard\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"breakout_room_schedule\":true,\"closed_caption\":false,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":false,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"veniam qui\",\"name\":\"occaecat\",\"type\":\"incididunt\",\"is_default\":true,\"size\":\"Ut id dolor\"},{\"id\":\"ipsum Lorem est\",\"name\":\"ut\",\"type\":\"ea Lorem exercitation veniam\",\"is_default\":true,\"size\":\"aliquip nostrud ipsum officia\"}]},\"watermark\":false,\"alert_guest_join\":false,\"auto_answer\":true,\"p2p_connetion\":true,\"p2p_ports\":true,\"ports_range\":\"\",\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":false,\"dscp_audio\":37,\"dscp_video\":27,\"stereo_audio\":false,\"original_audio\":true,\"screen_sharing\":false,\"remote_control\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":true,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Ut occaecat exercitation\",\"custom_data_center_regions\":true,\"data_center_regions\":\"CA\",\"meeting_reactions\":true,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":true,\"allow_participants_to_rename\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"file_transfer\":false,\"request_permission_to_unmute\":true,\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"workplace_by_facebook\",\"youtube\"],\"custom_service_instructions\":\"exercitation eiusmod Excepteur ut\",\"live_streaming_reminder\":true},\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":1,\"allow_attendees_chat_with\":2,\"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\":true,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":true},\"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\":false,\"cancel_meeting_reminder\":true,\"low_host_count_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "zoom_rooms",
              "value": "{\"upcoming_meeting_alert\":false,\"start_airplay_manually\":true,\"weekly_system_restart\":true,\"list_meetings_with_calendar\":false,\"zr_post_meeting_feedback\":true,\"ultrasonic\":false,\"force_private_meeting\":false,\"hide_host_information\":false,\"cmr_for_instant_meeting\":false,\"auto_start_stop_scheduled_meetings\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "security",
              "value": "{\"admin_change_name_pic\":false,\"import_photos_from_devices\":false,\"hide_billing_info\":true,\"password_requirement\":{\"minimum_password_length\":10,\"have_special_character\":false,\"consecutive_characters_length\":-21743780,\"weak_enhance_detection\":false},\"sign_in_with_two_factor_auth\":\"role\",\"sign_again_period_for_inactivity_on_client\":50663297,\"sign_again_period_for_inactivity_on_web\":58443844,\"sign_in_with_two_factor_auth_groups\":[\"veniam velit proident\",\"occaecat veniam\"],\"sign_in_with_two_factor_auth_roles\":[\"enim\",\"et anim nostrud\"]}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":false,\"record_audio_file\":true,\"save_chat_text\":true,\"show_timestamp\":true,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":true,\"account_user_access_recording\":false,\"auto_delete_cmr\":true,\"auto_delete_cmr_days\":60,\"recording_password_requirement\":{\"length\":-91133920,\"have_letter\":false,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":false},\"allow_recovery_deleted_cloud_recordings\":false,\"recording_disclaimer\":false,\"host_delete_cloud_recording\":true,\"required_password_for_existing_cloud_recordings\":true,\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"sint officia anim commodo\"},\"archive\":{\"enable\":true,\"type\":2,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":true,\"audio_file\":true,\"video_file\":true,\"cc_transcript_file\":true}}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":false,\"audio_conference_info\":\"ut anim\",\"telephony_regions\":{\"selection_values\":\"dolor deserunt \"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "integration",
              "value": "{\"google_calendar\":false,\"google_drive\":true,\"dropbox\":true,\"box\":false,\"microsoft_one_drive\":false,\"kubi\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-89456425}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":false,\"show_international_numbers_link\":false,\"display_toll_free_numbers\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"in exercitation dolore id\",\"in quis\"],\"value\":\"tempor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "other_options",
              "value": "{\"allow_auto_active_users\":false,\"blur_snapshot\":true,\"display_meetings_scheduled_for_others\":true,\"use_cdn\":\"wangsu\",\"allow_users_contact_support_via_chat\":true,\"show_one_user_meeting_on_dashboard\":false,\"meeting_qos_and_mos\":1,\"allow_users_enter_and_share_pronouns\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "audio_conferencing",
              "value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":false,\"numbers\":[{\"code\":\"m\",\"country_code\":\"velit consequat minim deserunt\",\"country_name\":\"in in mollit dolore\",\"number\":\"commodo\",\"display_number\":\"ad ullamco\"},{\"code\":\"nulla Ut\",\"country_code\":\"culpa ut cillum Duis dolor\",\"country_name\":\"aliqua est in nostrud ut\",\"number\":\"volu\",\"display_number\":\"sunt sit qui\"}],\"allow_webinar_attendees_dial\":true}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/accounts/:accountId/settings?option=recording_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            ":accountId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "recording_authentication"
            }
          ],
          "variable": [
            {
              "key": "accountId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The account's ID."
            }
          ]
        }
      },
      "status": "No Content",
      "code": 204,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**Error Code:** `300` <br>The domains provided are invalid. If you are providing multiple domains, separate each domain with a comma.",
      "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\":false,\"participant_video\":true,\"audio_type\":\"both\",\"join_before_host\":false,\"jbh_time\":10,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"nisi do\",\"not_store_meeting_topic\":false,\"force_pmi_jbh_password\":false,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"meeting_password_requirement\":{\"length\":-63428319,\"have_letter\":true,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":5,\"weak_enhance_detection\":true},\"personal_meeting\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":true,\"entry_exit_chime\":\"host\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":false,\"whiteboard\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"breakout_room_schedule\":true,\"closed_caption\":false,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":false,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"veniam qui\",\"name\":\"occaecat\",\"type\":\"incididunt\",\"is_default\":true,\"size\":\"Ut id dolor\"},{\"id\":\"ipsum Lorem est\",\"name\":\"ut\",\"type\":\"ea Lorem exercitation veniam\",\"is_default\":true,\"size\":\"aliquip nostrud ipsum officia\"}]},\"watermark\":false,\"alert_guest_join\":false,\"auto_answer\":true,\"p2p_connetion\":true,\"p2p_ports\":true,\"ports_range\":\"\",\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":false,\"dscp_audio\":37,\"dscp_video\":27,\"stereo_audio\":false,\"original_audio\":true,\"screen_sharing\":false,\"remote_control\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":true,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Ut occaecat exercitation\",\"custom_data_center_regions\":true,\"data_center_regions\":\"CA\",\"meeting_reactions\":true,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":true,\"allow_participants_to_rename\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"file_transfer\":false,\"request_permission_to_unmute\":true,\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"workplace_by_facebook\",\"youtube\"],\"custom_service_instructions\":\"exercitation eiusmod Excepteur ut\",\"live_streaming_reminder\":true},\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":1,\"allow_attendees_chat_with\":2,\"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\":true,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":true},\"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\":false,\"cancel_meeting_reminder\":true,\"low_host_count_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "zoom_rooms",
              "value": "{\"upcoming_meeting_alert\":false,\"start_airplay_manually\":true,\"weekly_system_restart\":true,\"list_meetings_with_calendar\":false,\"zr_post_meeting_feedback\":true,\"ultrasonic\":false,\"force_private_meeting\":false,\"hide_host_information\":false,\"cmr_for_instant_meeting\":false,\"auto_start_stop_scheduled_meetings\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "security",
              "value": "{\"admin_change_name_pic\":false,\"import_photos_from_devices\":false,\"hide_billing_info\":true,\"password_requirement\":{\"minimum_password_length\":10,\"have_special_character\":false,\"consecutive_characters_length\":-21743780,\"weak_enhance_detection\":false},\"sign_in_with_two_factor_auth\":\"role\",\"sign_again_period_for_inactivity_on_client\":50663297,\"sign_again_period_for_inactivity_on_web\":58443844,\"sign_in_with_two_factor_auth_groups\":[\"veniam velit proident\",\"occaecat veniam\"],\"sign_in_with_two_factor_auth_roles\":[\"enim\",\"et anim nostrud\"]}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":false,\"record_audio_file\":true,\"save_chat_text\":true,\"show_timestamp\":true,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":true,\"account_user_access_recording\":false,\"auto_delete_cmr\":true,\"auto_delete_cmr_days\":60,\"recording_password_requirement\":{\"length\":-91133920,\"have_letter\":false,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":false},\"allow_recovery_deleted_cloud_recordings\":false,\"recording_disclaimer\":false,\"host_delete_cloud_recording\":true,\"required_password_for_existing_cloud_recordings\":true,\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"sint officia anim commodo\"},\"archive\":{\"enable\":true,\"type\":2,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":true,\"audio_file\":true,\"video_file\":true,\"cc_transcript_file\":true}}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":false,\"audio_conference_info\":\"ut anim\",\"telephony_regions\":{\"selection_values\":\"dolor deserunt \"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "integration",
              "value": "{\"google_calendar\":false,\"google_drive\":true,\"dropbox\":true,\"box\":false,\"microsoft_one_drive\":false,\"kubi\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-89456425}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":false,\"show_international_numbers_link\":false,\"display_toll_free_numbers\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"in exercitation dolore id\",\"in quis\"],\"value\":\"tempor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "other_options",
              "value": "{\"allow_auto_active_users\":false,\"blur_snapshot\":true,\"display_meetings_scheduled_for_others\":true,\"use_cdn\":\"wangsu\",\"allow_users_contact_support_via_chat\":true,\"show_one_user_meeting_on_dashboard\":false,\"meeting_qos_and_mos\":1,\"allow_users_enter_and_share_pronouns\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "audio_conferencing",
              "value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":false,\"numbers\":[{\"code\":\"m\",\"country_code\":\"velit consequat minim deserunt\",\"country_name\":\"in in mollit dolore\",\"number\":\"commodo\",\"display_number\":\"ad ullamco\"},{\"code\":\"nulla Ut\",\"country_code\":\"culpa ut cillum Duis dolor\",\"country_name\":\"aliqua est in nostrud ut\",\"number\":\"volu\",\"display_number\":\"sunt sit qui\"}],\"allow_webinar_attendees_dial\":true}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/accounts/:accountId/settings?option=recording_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            ":accountId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "recording_authentication"
            }
          ],
          "variable": [
            {
              "key": "accountId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The account's ID."
            }
          ]
        }
      },
      "status": "Multiple Choices",
      "code": 300,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>Account does not exist: $subAccountId.",
      "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\":false,\"participant_video\":true,\"audio_type\":\"both\",\"join_before_host\":false,\"jbh_time\":10,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"nisi do\",\"not_store_meeting_topic\":false,\"force_pmi_jbh_password\":false,\"use_pmi_for_scheduled_meetings\":true,\"use_pmi_for_instant_meetings\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_scheduled_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":\"all\",\"meeting_password_requirement\":{\"length\":-63428319,\"have_letter\":true,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":true,\"have_upper_and_lower_characters\":true,\"consecutive_characters_length\":5,\"weak_enhance_detection\":true},\"personal_meeting\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "in_meeting",
              "value": "{\"e2e_encryption\":true,\"chat\":true,\"allow_participants_chat_with\":3,\"allow_users_save_chats\":2,\"private_chat\":false,\"auto_saving_chat\":true,\"entry_exit_chime\":\"host\",\"record_play_own_voice\":true,\"feedback\":false,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":false,\"whiteboard\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"breakout_room_schedule\":true,\"closed_caption\":false,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"virtual_background_settings\":{\"enable\":false,\"allow_videos\":false,\"allow_upload_custom\":false,\"files\":[{\"id\":\"veniam qui\",\"name\":\"occaecat\",\"type\":\"incididunt\",\"is_default\":true,\"size\":\"Ut id dolor\"},{\"id\":\"ipsum Lorem est\",\"name\":\"ut\",\"type\":\"ea Lorem exercitation veniam\",\"is_default\":true,\"size\":\"aliquip nostrud ipsum officia\"}]},\"watermark\":false,\"alert_guest_join\":false,\"auto_answer\":true,\"p2p_connetion\":true,\"p2p_ports\":true,\"ports_range\":\"\",\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":false,\"dscp_audio\":37,\"dscp_video\":27,\"stereo_audio\":false,\"original_audio\":true,\"screen_sharing\":false,\"remote_control\":false,\"allow_live_streaming\":false,\"live_streaming_facebook\":true,\"workplace_by_facebook\":true,\"live_streaming_youtube\":true,\"custom_live_streaming_service\":false,\"custom_service_instructions\":\"Ut occaecat exercitation\",\"custom_data_center_regions\":true,\"data_center_regions\":\"CA\",\"meeting_reactions\":true,\"show_a_join_from_your_browser_link\":false,\"join_from_mobile\":true,\"join_from_desktop\":true,\"allow_participants_to_rename\":false,\"who_can_share_screen\":\"all\",\"who_can_share_screen_when_someone_is_sharing\":\"all\",\"file_transfer\":false,\"request_permission_to_unmute\":true,\"webinar_live_streaming\":{\"enable\":true,\"live_streaming_service\":[\"workplace_by_facebook\",\"youtube\"],\"custom_service_instructions\":\"exercitation eiusmod Excepteur ut\",\"live_streaming_reminder\":true},\"webinar_chat\":{\"enable\":true,\"allow_panelists_chat_with\":1,\"allow_attendees_chat_with\":2,\"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\":true,\"third_party_captioning_service\":true,\"auto_transcribing\":true,\"view_full_transcript\":true,\"save_caption\":false},\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":{\"enable\":false,\"advanced_polls\":true},\"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\":false,\"cancel_meeting_reminder\":true,\"low_host_count_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "zoom_rooms",
              "value": "{\"upcoming_meeting_alert\":false,\"start_airplay_manually\":true,\"weekly_system_restart\":true,\"list_meetings_with_calendar\":false,\"zr_post_meeting_feedback\":true,\"ultrasonic\":false,\"force_private_meeting\":false,\"hide_host_information\":false,\"cmr_for_instant_meeting\":false,\"auto_start_stop_scheduled_meetings\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "security",
              "value": "{\"admin_change_name_pic\":false,\"import_photos_from_devices\":false,\"hide_billing_info\":true,\"password_requirement\":{\"minimum_password_length\":10,\"have_special_character\":false,\"consecutive_characters_length\":-21743780,\"weak_enhance_detection\":false},\"sign_in_with_two_factor_auth\":\"role\",\"sign_again_period_for_inactivity_on_client\":50663297,\"sign_again_period_for_inactivity_on_web\":58443844,\"sign_in_with_two_factor_auth_groups\":[\"veniam velit proident\",\"occaecat veniam\"],\"sign_in_with_two_factor_auth_roles\":[\"enim\",\"et anim nostrud\"]}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "recording",
              "value": "{\"local_recording\":true,\"cloud_recording\":true,\"record_speaker_view\":true,\"record_gallery_view\":false,\"record_audio_file\":true,\"save_chat_text\":true,\"show_timestamp\":true,\"recording_audio_transcript\":true,\"auto_recording\":\"local\",\"cloud_recording_download\":false,\"cloud_recording_download_host\":true,\"account_user_access_recording\":false,\"auto_delete_cmr\":true,\"auto_delete_cmr_days\":60,\"recording_password_requirement\":{\"length\":-91133920,\"have_letter\":false,\"have_number\":true,\"have_special_character\":true,\"only_allow_numeric\":false},\"allow_recovery_deleted_cloud_recordings\":false,\"recording_disclaimer\":false,\"host_delete_cloud_recording\":true,\"required_password_for_existing_cloud_recordings\":true,\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"sint officia anim commodo\"},\"archive\":{\"enable\":true,\"type\":2,\"settings\":{\"chat_file\":true,\"chat_with_sender_email\":true,\"audio_file\":true,\"video_file\":true,\"cc_transcript_file\":true}}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "telephony",
              "value": "{\"third_party_audio\":false,\"audio_conference_info\":\"ut anim\",\"telephony_regions\":{\"selection_values\":\"dolor deserunt \"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "integration",
              "value": "{\"google_calendar\":false,\"google_drive\":true,\"dropbox\":true,\"box\":false,\"microsoft_one_drive\":false,\"kubi\":false}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "feature",
              "value": "{\"meeting_capacity\":-89456425}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "tsp",
              "value": "{\"call_out\":false,\"show_international_numbers_link\":false,\"display_toll_free_numbers\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "profile",
              "value": "{\"recording_storage_location\":{\"allowed_values\":[\"in exercitation dolore id\",\"in quis\"],\"value\":\"tempor\"}}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "other_options",
              "value": "{\"allow_auto_active_users\":false,\"blur_snapshot\":true,\"display_meetings_scheduled_for_others\":true,\"use_cdn\":\"wangsu\",\"allow_users_contact_support_via_chat\":true,\"show_one_user_meeting_on_dashboard\":false,\"meeting_qos_and_mos\":1,\"allow_users_enter_and_share_pronouns\":true}",
              "description": "undefined",
              "type": "text"
            },
            {
              "key": "audio_conferencing",
              "value": "{\"toll_free_and_fee_based_toll_call\":{\"enable\":false,\"numbers\":[{\"code\":\"m\",\"country_code\":\"velit consequat minim deserunt\",\"country_name\":\"in in mollit dolore\",\"number\":\"commodo\",\"display_number\":\"ad ullamco\"},{\"code\":\"nulla Ut\",\"country_code\":\"culpa ut cillum Duis dolor\",\"country_name\":\"aliqua est in nostrud ut\",\"number\":\"volu\",\"display_number\":\"sunt sit qui\"}],\"allow_webinar_attendees_dial\":true}}",
              "description": "undefined",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/accounts/:accountId/settings?option=recording_authentication",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            ":accountId",
            "settings"
          ],
          "query": [
            {
              "key": "option",
              "value": "recording_authentication"
            }
          ],
          "variable": [
            {
              "key": "accountId",
              "value": "quis officia in reprehenderit",
              "description": "(Required) The account's ID."
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}