Chilkat Online Tools

DataFlex / Zoom API / Update settings

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vReq
    Handle hoReq
    Handle hoJsonFormData1
    Handle hoJsonFormData2
    Handle hoJsonFormData3
    Handle hoJsonFormData4
    Handle hoJsonFormData5
    Handle hoJsonFormData6
    Handle hoJsonFormData7
    Handle hoJsonFormData8
    Handle hoJsonFormData9
    Handle hoJsonFormData10
1    Handle hoJsonFormData11
    Handle hoJsonFormData12
    Handle hoJsonFormData13
    Variant vResp
    Handle hoResp
    String sTemp1
    Integer iTemp1
    Boolean bTemp1

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

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatHttpRequest)) To hoReq
    If (Not(IsComObjectCreated(hoReq))) Begin
        Send CreateComObject of hoReq
    End
    Set ComHttpVerb Of hoReq To "PATCH"
    Set ComPath Of hoReq To "/v2/accounts/:accountId/settings?option=recording_authentication"
    Set ComContentType Of hoReq To "multipart/form-data"

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData1
    If (Not(IsComObjectCreated(hoJsonFormData1))) Begin
        Send CreateComObject of hoJsonFormData1
    End
    Get ComUpdateBool Of hoJsonFormData1 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData1 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData1 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData1 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData1 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData1 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData1 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData1 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData1 To sTemp1
    Send ComAddParam To hoReq "schedule_meeting" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData2
    If (Not(IsComObjectCreated(hoJsonFormData2))) Begin
        Send CreateComObject of hoJsonFormData2
    End
    Get ComUpdateBool Of hoJsonFormData2 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData2 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData2 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData2 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData2 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData2 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData2 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData2 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData2 To sTemp1
    Send ComAddParam To hoReq "in_meeting" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData3
    If (Not(IsComObjectCreated(hoJsonFormData3))) Begin
        Send CreateComObject of hoJsonFormData3
    End
    Get ComUpdateBool Of hoJsonFormData3 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData3 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData3 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData3 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData3 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData3 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData3 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData3 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData3 To sTemp1
    Send ComAddParam To hoReq "email_notification" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData4
    If (Not(IsComObjectCreated(hoJsonFormData4))) Begin
        Send CreateComObject of hoJsonFormData4
    End
    Get ComUpdateBool Of hoJsonFormData4 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData4 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData4 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData4 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData4 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData4 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData4 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData4 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData4 To sTemp1
    Send ComAddParam To hoReq "zoom_rooms" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData5
    If (Not(IsComObjectCreated(hoJsonFormData5))) Begin
        Send CreateComObject of hoJsonFormData5
    End
    Get ComUpdateBool Of hoJsonFormData5 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData5 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData5 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData5 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData5 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData5 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData5 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData5 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData5 To sTemp1
    Send ComAddParam To hoReq "security" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData6
    If (Not(IsComObjectCreated(hoJsonFormData6))) Begin
        Send CreateComObject of hoJsonFormData6
    End
    Get ComUpdateBool Of hoJsonFormData6 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData6 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData6 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData6 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData6 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData6 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData6 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData6 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData6 To sTemp1
    Send ComAddParam To hoReq "recording" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData7
    If (Not(IsComObjectCreated(hoJsonFormData7))) Begin
        Send CreateComObject of hoJsonFormData7
    End
    Get ComUpdateBool Of hoJsonFormData7 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData7 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData7 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData7 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData7 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData7 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData7 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData7 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData7 To sTemp1
    Send ComAddParam To hoReq "telephony" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData8
    If (Not(IsComObjectCreated(hoJsonFormData8))) Begin
        Send CreateComObject of hoJsonFormData8
    End
    Get ComUpdateBool Of hoJsonFormData8 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData8 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData8 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData8 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData8 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData8 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData8 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData8 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData8 To sTemp1
    Send ComAddParam To hoReq "integration" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData9
    If (Not(IsComObjectCreated(hoJsonFormData9))) Begin
        Send CreateComObject of hoJsonFormData9
    End
    Get ComUpdateBool Of hoJsonFormData9 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData9 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData9 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData9 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData9 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData9 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData9 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData9 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData9 To sTemp1
    Send ComAddParam To hoReq "feature" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData10
    If (Not(IsComObjectCreated(hoJsonFormData10))) Begin
        Send CreateComObject of hoJsonFormData10
    End
    Get ComUpdateBool Of hoJsonFormData10 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData10 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData10 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData10 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData10 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData10 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData10 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData10 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData10 To sTemp1
    Send ComAddParam To hoReq "tsp" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData11
    If (Not(IsComObjectCreated(hoJsonFormData11))) Begin
        Send CreateComObject of hoJsonFormData11
    End
    Get ComUpdateBool Of hoJsonFormData11 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData11 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData11 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData11 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData11 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData11 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData11 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData11 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData11 To sTemp1
    Send ComAddParam To hoReq "profile" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData12
    If (Not(IsComObjectCreated(hoJsonFormData12))) Begin
        Send CreateComObject of hoJsonFormData12
    End
    Get ComUpdateBool Of hoJsonFormData12 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData12 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData12 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData12 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData12 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData12 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData12 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData12 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData12 To sTemp1
    Send ComAddParam To hoReq "other_options" sTemp1

    Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData13
    If (Not(IsComObjectCreated(hoJsonFormData13))) Begin
        Send CreateComObject of hoJsonFormData13
    End
    Get ComUpdateBool Of hoJsonFormData13 "host_video" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "participant_video" False To iSuccess
    Get ComUpdateString Of hoJsonFormData13 "audio_type" "both" To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "join_before_host" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData13 "jbh_time" 5 To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "enforce_login" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "enforce_login_with_domains" False To iSuccess
    Get ComUpdateString Of hoJsonFormData13 "enforce_login_domains" "amet sunt Duis consectetur" To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "not_store_meeting_topic" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "force_pmi_jbh_password" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "use_pmi_for_scheduled_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "use_pmi_for_instant_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "require_password_for_scheduling_new_meetings" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "require_password_for_scheduled_meetings" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "require_password_for_instant_meetings" True To iSuccess
    Get ComUpdateString Of hoJsonFormData13 "require_password_for_pmi_meetings" "none" To iSuccess
    Get ComUpdateInt Of hoJsonFormData13 "meeting_password_requirement.length" -8231505 To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.have_letter" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.have_number" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.have_special_character" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.only_allow_numeric" True To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.have_upper_and_lower_characters" False To iSuccess
    Get ComUpdateInt Of hoJsonFormData13 "meeting_password_requirement.consecutive_characters_length" 6 To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "meeting_password_requirement.weak_enhance_detection" False To iSuccess
    Get ComUpdateBool Of hoJsonFormData13 "personal_meeting" True To iSuccess
    Get ComEmit Of hoJsonFormData13 To sTemp1
    Send ComAddParam To hoReq "audio_conferencing" sTemp1

    Send ComAddHeader To hoReq "Authorization" "Bearer <access_token>"

    Get pvComObject of hoReq to vReq
    Get ComSynchronousRequest Of hoHttp "api.zoom.us" 443 True vReq To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get ComStatusCode Of hoResp To iTemp1
    Showln iTemp1
    Get ComBodyStr Of hoResp To sTemp1
    Showln sTemp1
    Send Destroy of hoResp


End_Procedure

Curl Command

curl -X PATCH
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: multipart/form-data"
	--form 'schedule_meeting={"host_video":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": ""
    }
  ]
}