DataFlex / Zoom API / Update locked settings
Back to Collection Items
Use ChilkatAx-win32.pkg
Procedure Test
Handle hoHttp
Boolean iSuccess
Variant vReq
Handle hoReq
Variant vJsonFormData1
Handle hoJsonFormData1
Variant vJsonFormData2
Handle hoJsonFormData2
Variant vJsonFormData3
Handle hoJsonFormData3
Variant vJsonFormData4
Handle hoJsonFormData4
Variant vJsonFormData5
Handle hoJsonFormData5
Variant vJsonFormData6
Handle hoJsonFormData6
Variant vJsonFormData7
Handle hoJsonFormData7
Variant vJsonFormData8
Handle hoJsonFormData8
Variant vResp
Handle hoResp
Variant vSbResponseBody
Handle hoSbResponseBody
Handle hoJResp
Integer iRespStatusCode
String sTemp1
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/lock_settings"
Set ComContentType Of hoReq To "multipart/form-data"
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData1
If (Not(IsComObjectCreated(hoJsonFormData1))) Begin
Send CreateComObject of hoJsonFormData1
End
Get ComUpdateBool Of hoJsonFormData1 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData1 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData1 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData1 to vJsonFormData1
Get ComAddStringForUpload2 Of hoReq "schedule_meeting" "" vJsonFormData1 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData2
If (Not(IsComObjectCreated(hoJsonFormData2))) Begin
Send CreateComObject of hoJsonFormData2
End
Get ComUpdateBool Of hoJsonFormData2 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData2 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData2 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData2 to vJsonFormData2
Get ComAddStringForUpload2 Of hoReq "in_meeting" "" vJsonFormData2 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData3
If (Not(IsComObjectCreated(hoJsonFormData3))) Begin
Send CreateComObject of hoJsonFormData3
End
Get ComUpdateBool Of hoJsonFormData3 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData3 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData3 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData3 to vJsonFormData3
Get ComAddStringForUpload2 Of hoReq "email_notification" "" vJsonFormData3 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData4
If (Not(IsComObjectCreated(hoJsonFormData4))) Begin
Send CreateComObject of hoJsonFormData4
End
Get ComUpdateBool Of hoJsonFormData4 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData4 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData4 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData4 to vJsonFormData4
Get ComAddStringForUpload2 Of hoReq "recording" "" vJsonFormData4 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData5
If (Not(IsComObjectCreated(hoJsonFormData5))) Begin
Send CreateComObject of hoJsonFormData5
End
Get ComUpdateBool Of hoJsonFormData5 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData5 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData5 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData5 to vJsonFormData5
Get ComAddStringForUpload2 Of hoReq "telephony" "" vJsonFormData5 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData6
If (Not(IsComObjectCreated(hoJsonFormData6))) Begin
Send CreateComObject of hoJsonFormData6
End
Get ComUpdateBool Of hoJsonFormData6 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData6 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData6 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData6 to vJsonFormData6
Get ComAddStringForUpload2 Of hoReq "tsp" "" vJsonFormData6 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData7
If (Not(IsComObjectCreated(hoJsonFormData7))) Begin
Send CreateComObject of hoJsonFormData7
End
Get ComUpdateBool Of hoJsonFormData7 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData7 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData7 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData7 to vJsonFormData7
Get ComAddStringForUpload2 Of hoReq "other_options" "" vJsonFormData7 "utf-8" "application/json" To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJsonFormData8
If (Not(IsComObjectCreated(hoJsonFormData8))) Begin
Send CreateComObject of hoJsonFormData8
End
Get ComUpdateBool Of hoJsonFormData8 "host_video" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "participant_video" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "audio_type" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "join_before_host" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "enforce_login" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "enforce_login_with_domains" True To iSuccess
Get ComUpdateString Of hoJsonFormData8 "enforce_login_domains" "ipsum sint" To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "not_store_meeting_topic" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_scheduling_new_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_instant_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "require_password_for_pmi_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "use_pmi_for_scheduled_meetings" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "use_pmi_for_instant_meetings" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "meeting_authentication" True To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "embed_password_in_join_link" False To iSuccess
Get ComUpdateBool Of hoJsonFormData8 "personal_meeting" False To iSuccess
Get pvComObject of hoJsonFormData8 to vJsonFormData8
Get ComAddStringForUpload2 Of hoReq "audio_conferencing" "" vJsonFormData8 "utf-8" "application/json" To iSuccess
Send ComAddHeader To hoReq "Authorization" "Bearer <access_token>"
Get pvComObject of hoReq to vReq
Get ComSynchronousRequest Of hoHttp "api.zoom.us" 443 True vReq To vResp
If (IsComObject(vResp)) Begin
Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
Set pvComObject Of hoResp To vResp
End
Get ComLastMethodSuccess Of hoHttp To bTemp1
If (bTemp1 = False) Begin
Get ComLastErrorText Of hoHttp To sTemp1
Showln sTemp1
Procedure_Return
End
Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
Send CreateComObject of hoSbResponseBody
End
Get pvComObject of hoSbResponseBody to vSbResponseBody
Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess
Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
If (Not(IsComObjectCreated(hoJResp))) Begin
Send CreateComObject of hoJResp
End
Get pvComObject of hoSbResponseBody to vSbResponseBody
Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
Set ComEmitCompact Of hoJResp To False
Showln "Response Body:"
Get ComEmit Of hoJResp To sTemp1
Showln sTemp1
Get ComStatusCode Of hoResp To iRespStatusCode
Showln "Response Status Code = " iRespStatusCode
If (iRespStatusCode >= 400) Begin
Showln "Response Header:"
Get ComHeader Of hoResp To sTemp1
Showln sTemp1
Showln "Failed."
Send Destroy of hoResp
Procedure_Return
End
Send Destroy of hoResp
End_Procedure
Curl Command
curl -X PATCH
-H "Authorization: Bearer <access_token>"
-H "Content-Type: multipart/form-data"
--form 'schedule_meeting={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}'
--form 'in_meeting={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}'
--form 'email_notification={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}'
--form 'recording={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}{"local_recording":false,"cloud_recording":true,"auto_recording":"magna qui in","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"auto_delete_cmr":false,"recording_authentication":"eu sint sunt","prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"nulla ad"}}'
--form 'telephony={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}{"local_recording":false,"cloud_recording":true,"auto_recording":"magna qui in","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"auto_delete_cmr":false,"recording_authentication":"eu sint sunt","prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"nulla ad"}}{"third_party_audio":true,"telephony_regions":true}'
--form 'tsp={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}{"local_recording":false,"cloud_recording":true,"auto_recording":"magna qui in","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"auto_delete_cmr":false,"recording_authentication":"eu sint sunt","prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"nulla ad"}}{"third_party_audio":true,"telephony_regions":true}{"call_out":false,"show_international_numbers_link":true}'
--form 'other_options={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}{"local_recording":false,"cloud_recording":true,"auto_recording":"magna qui in","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"auto_delete_cmr":false,"recording_authentication":"eu sint sunt","prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"nulla ad"}}{"third_party_audio":true,"telephony_regions":true}{"call_out":false,"show_international_numbers_link":true}{"blur_snapshot":false}'
--form 'audio_conferencing={"host_video":true,"participant_video":false,"audio_type":false,"join_before_host":true,"enforce_login":true,"enforce_login_with_domains":true,"enforce_login_domains":"ipsum sint","not_store_meeting_topic":false,"require_password_for_scheduling_new_meetings":true,"require_password_for_instant_meetings":false,"require_password_for_pmi_meetings":false,"use_pmi_for_scheduled_meetings":false,"use_pmi_for_instant_meetings":true,"meeting_authentication":true,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":false,"chat":true,"private_chat":true,"auto_saving_chat":true,"entry_exit_chime":"occaecat ex ullamco ipsum commodo","feedback":true,"post_meeting_feedback":false,"co_host":true,"polling":false,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":true,"attention_mode_focus_mode":false,"annotation":false,"whiteboard":true,"remote_control":false,"webinar_question_answer":true,"anonymous_question_answer":false,"breakout_room":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":true,"alert_guest_join":true,"auto_answer":false,"sending_default_email_invites":true,"use_html_format_email":false,"dscp_marking":true,"stereo_audio":true,"original_audio":false,"screen_sharing":false,"file_transfer":true,"custom_data_center_regions":true,"request_permission_to_unmute":false,"allow_live_streaming":false,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":true,"meeting_survey":true,"webinar_polling":true,"webinar_survey":false}{"cloud_recording_available_reminder":true,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":false,"schedule_for_reminder":true}{"local_recording":false,"cloud_recording":true,"auto_recording":"magna qui in","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":true,"auto_delete_cmr":false,"recording_authentication":"eu sint sunt","prevent_host_access_recording":true,"ip_address_access_control":{"enable":false,"ip_addresses_or_ranges":"nulla ad"}}{"third_party_audio":true,"telephony_regions":true}{"call_out":false,"show_international_numbers_link":true}{"blur_snapshot":false}{"toll_free_and_fee_based_toll_call":false}'
https://api.zoom.us/v2/accounts/:accountId/lock_settings
Postman Collection Item JSON
{
"name": "Update locked settings",
"request": {
"auth": {
"type": "oauth2"
},
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":false,\"join_before_host\":true,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"ipsum sint\",\"not_store_meeting_topic\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":false,\"use_pmi_for_scheduled_meetings\":false,\"use_pmi_for_instant_meetings\":true,\"meeting_authentication\":true,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":false,\"chat\":true,\"private_chat\":true,\"auto_saving_chat\":true,\"entry_exit_chime\":\"occaecat ex ullamco ipsum commodo\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":true,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":true,\"attention_mode_focus_mode\":false,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":true,\"alert_guest_join\":true,\"auto_answer\":false,\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":false,\"file_transfer\":true,\"custom_data_center_regions\":true,\"request_permission_to_unmute\":false,\"allow_live_streaming\":false,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":true,\"webinar_survey\":false}",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":true}",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":true,\"auto_recording\":\"magna qui in\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":true,\"auto_delete_cmr\":false,\"recording_authentication\":\"eu sint sunt\",\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"nulla ad\"}}",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":true}",
"type": "text"
},
{
"key": "tsp",
"value": "{\"call_out\":false,\"show_international_numbers_link\":true}",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false}",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":false}",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/lock_settings",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"lock_settings"
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide \"me\" as the value of this field. <br> To retrieve locked settings of a sub account, provide the Account ID of the sub account in this field."
}
]
},
"description": "[Account Locked Settings](https://support.zoom.us/hc/en-us/articles/115005269866) allow you turn settings on or off for all users in your account. No user except the account admin or account owner can change these settings. With lock settings, you force the settings on for all users. Use this API to update an account's locked settings.\n\n**Note:** This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have master and sub accounts options enabled.<br><br>\n**Prerequisites:**<br>\n* Pro or a higher paid account. <br>\n\n**Scope:** `account:write:admin`<br>\n**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`<br>\n\n\n "
},
"response": [
{
"name": "**Error Code:** `200`<br>\nOnly available for Paid account: $accountId.\n",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":false,\"join_before_host\":true,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"ipsum sint\",\"not_store_meeting_topic\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":false,\"use_pmi_for_scheduled_meetings\":false,\"use_pmi_for_instant_meetings\":true,\"meeting_authentication\":true,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":false,\"chat\":true,\"private_chat\":true,\"auto_saving_chat\":true,\"entry_exit_chime\":\"occaecat ex ullamco ipsum commodo\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":true,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":true,\"attention_mode_focus_mode\":false,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":true,\"alert_guest_join\":true,\"auto_answer\":false,\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":false,\"file_transfer\":true,\"custom_data_center_regions\":true,\"request_permission_to_unmute\":false,\"allow_live_streaming\":false,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":true,\"webinar_survey\":false}",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":true}",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":true,\"auto_recording\":\"magna qui in\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":true,\"auto_delete_cmr\":false,\"recording_authentication\":\"eu sint sunt\",\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"nulla ad\"}}",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":true}",
"type": "text"
},
{
"key": "tsp",
"value": "{\"call_out\":false,\"show_international_numbers_link\":true}",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false}",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":false}",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/lock_settings",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"lock_settings"
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide \"me\" as the value of this field. <br> To retrieve locked settings of a sub account, provide the Account ID of the sub account in this field."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{}"
},
{
"name": "**HTTP Status Code:** `204`<br>\nAccount lock settings updated.",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":false,\"join_before_host\":true,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"ipsum sint\",\"not_store_meeting_topic\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":false,\"use_pmi_for_scheduled_meetings\":false,\"use_pmi_for_instant_meetings\":true,\"meeting_authentication\":true,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":false,\"chat\":true,\"private_chat\":true,\"auto_saving_chat\":true,\"entry_exit_chime\":\"occaecat ex ullamco ipsum commodo\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":true,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":true,\"attention_mode_focus_mode\":false,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":true,\"alert_guest_join\":true,\"auto_answer\":false,\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":false,\"file_transfer\":true,\"custom_data_center_regions\":true,\"request_permission_to_unmute\":false,\"allow_live_streaming\":false,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":true,\"webinar_survey\":false}",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":true}",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":true,\"auto_recording\":\"magna qui in\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":true,\"auto_delete_cmr\":false,\"recording_authentication\":\"eu sint sunt\",\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"nulla ad\"}}",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":true}",
"type": "text"
},
{
"key": "tsp",
"value": "{\"call_out\":false,\"show_international_numbers_link\":true}",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false}",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":false}",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/lock_settings",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"lock_settings"
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide \"me\" as the value of this field. <br> To retrieve locked settings of a sub account, provide the Account ID of the sub account in this field."
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{}"
},
{
"name": "**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nTAccount does not exist: $subAccountId.\n",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":false,\"audio_type\":false,\"join_before_host\":true,\"enforce_login\":true,\"enforce_login_with_domains\":true,\"enforce_login_domains\":\"ipsum sint\",\"not_store_meeting_topic\":false,\"require_password_for_scheduling_new_meetings\":true,\"require_password_for_instant_meetings\":false,\"require_password_for_pmi_meetings\":false,\"use_pmi_for_scheduled_meetings\":false,\"use_pmi_for_instant_meetings\":true,\"meeting_authentication\":true,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":false,\"chat\":true,\"private_chat\":true,\"auto_saving_chat\":true,\"entry_exit_chime\":\"occaecat ex ullamco ipsum commodo\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":true,\"polling\":false,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":true,\"attention_mode_focus_mode\":false,\"annotation\":false,\"whiteboard\":true,\"remote_control\":false,\"webinar_question_answer\":true,\"anonymous_question_answer\":false,\"breakout_room\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":true,\"alert_guest_join\":true,\"auto_answer\":false,\"sending_default_email_invites\":true,\"use_html_format_email\":false,\"dscp_marking\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":false,\"file_transfer\":true,\"custom_data_center_regions\":true,\"request_permission_to_unmute\":false,\"allow_live_streaming\":false,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":true,\"meeting_survey\":true,\"webinar_polling\":true,\"webinar_survey\":false}",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":true,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":true}",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":true,\"auto_recording\":\"magna qui in\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":true,\"auto_delete_cmr\":false,\"recording_authentication\":\"eu sint sunt\",\"prevent_host_access_recording\":true,\"ip_address_access_control\":{\"enable\":false,\"ip_addresses_or_ranges\":\"nulla ad\"}}",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":true}",
"type": "text"
},
{
"key": "tsp",
"value": "{\"call_out\":false,\"show_international_numbers_link\":true}",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":false}",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":false}",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/lock_settings",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"lock_settings"
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide \"me\" as the value of this field. <br> To retrieve locked settings of a sub account, provide the Account ID of the sub account in this field."
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}