SQL Server / Zoom API / Get settings
Back to Collection Items
-- Important: See this note about string length limitations for strings returned by sp_OAMethod calls.
--
CREATE PROCEDURE ChilkatSample
AS
BEGIN
DECLARE @hr int
DECLARE @iTmp0 int
-- Important: Do not use nvarchar(max). See the warning about using nvarchar(max).
DECLARE @sTmp0 nvarchar(4000)
-- This example assumes the Chilkat API to have been previously unlocked.
-- See Global Unlock Sample for sample code.
DECLARE @http int
-- Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.Http', @http OUT
IF @hr <> 0
BEGIN
PRINT 'Failed to create ActiveX component'
RETURN
END
DECLARE @success int
DECLARE @queryParams int
-- Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.JsonObject', @queryParams OUT
EXEC sp_OAMethod @queryParams, 'UpdateString', @success OUT, 'option', 'meeting_security'
EXEC sp_OAMethod @queryParams, 'UpdateString', @success OUT, 'custom_query_fields', 'quis officia in reprehenderit'
-- Adds the "Authorization: Bearer <access_token>" header.
EXEC sp_OASetProperty @http, 'AuthToken', '<access_token>'
DECLARE @resp int
EXEC sp_OAMethod @http, 'QuickRequestParams', @resp OUT, 'GET', 'https://api.zoom.us/v2/accounts/:accountId/settings', @queryParams
EXEC sp_OAGetProperty @http, 'LastMethodSuccess', @iTmp0 OUT
IF @iTmp0 = 0
BEGIN
EXEC sp_OAGetProperty @http, 'LastErrorText', @sTmp0 OUT
PRINT @sTmp0
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
RETURN
END
DECLARE @sbResponseBody int
-- Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.StringBuilder', @sbResponseBody OUT
EXEC sp_OAMethod @resp, 'GetBodySb', @success OUT, @sbResponseBody
DECLARE @jResp int
-- Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.JsonObject', @jResp OUT
EXEC sp_OAMethod @jResp, 'LoadSb', @success OUT, @sbResponseBody
EXEC sp_OASetProperty @jResp, 'EmitCompact', 0
PRINT 'Response Body:'
EXEC sp_OAMethod @jResp, 'Emit', @sTmp0 OUT
PRINT @sTmp0
DECLARE @respStatusCode int
EXEC sp_OAGetProperty @resp, 'StatusCode', @respStatusCode OUT
PRINT 'Response Status Code = ' + @respStatusCode
IF @respStatusCode >= 400
BEGIN
PRINT 'Response Header:'
EXEC sp_OAGetProperty @resp, 'Header', @sTmp0 OUT
PRINT @sTmp0
PRINT 'Failed.'
EXEC @hr = sp_OADestroy @resp
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
EXEC @hr = sp_OADestroy @sbResponseBody
EXEC @hr = sp_OADestroy @jResp
RETURN
END
EXEC @hr = sp_OADestroy @resp
-- Sample JSON response:
-- (Sample code for parsing the JSON response is shown below)
-- {
-- "schedule_meeting": {
-- "host_video": "boolean",
-- "participant_video": "boolean",
-- "audio_type": "string",
-- "join_before_host": "boolean",
-- "use_pmi_for_scheduled_meetings": "boolean",
-- "use_pmi_for_instant_meetings": "boolean",
-- "enforce_login": "boolean",
-- "enforce_login_with_domains": "boolean",
-- "enforce_login_domains": "string",
-- "not_store_meeting_topic": "boolean",
-- "force_pmi_jbh_password": "boolean",
-- "require_password_for_scheduling_new_meetings": "boolean",
-- "require_password_for_scheduled_meetings": "boolean",
-- "require_password_for_instant_meetings": "boolean",
-- "require_password_for_pmi_meetings": "string"
-- },
-- "in_meeting": {
-- "e2e_encryption": "boolean",
-- "chat": "boolean",
-- "allow_participants_chat_with": 2,
-- "allow_users_save_chats": 2,
-- "private_chat": "boolean",
-- "auto_saving_chat": "boolean",
-- "entry_exit_chime": "string",
-- "record_play_own_voice": "boolean",
-- "feedback": "boolean",
-- "post_meeting_feedback": "boolean",
-- "co_host": "boolean",
-- "polling": "boolean",
-- "attendee_on_hold": "boolean",
-- "show_meeting_control_toolbar": "boolean",
-- "allow_show_zoom_windows": "boolean",
-- "annotation": "boolean",
-- "whiteboard": "boolean",
-- "webinar_question_answer": "boolean",
-- "anonymous_question_answer": "boolean",
-- "breakout_room": "boolean",
-- "breakout_room_schedule": true,
-- "closed_caption": "boolean",
-- "far_end_camera_control": "boolean",
-- "group_hd": "boolean",
-- "virtual_background": "boolean",
-- "watermark": "boolean",
-- "watermark_by_default": "boolean",
-- "audio_watermark_by_default": "boolean",
-- "alert_guest_join": "boolean",
-- "auto_answer": "boolean",
-- "p2p_connetion": "boolean",
-- "p2p_ports": "boolean",
-- "ports_range": "string",
-- "sending_default_email_invites": "boolean",
-- "use_html_format_email": "boolean",
-- "dscp_marking": "boolean",
-- "dscp_audio": "integer",
-- "dscp_video": "integer",
-- "stereo_audio": "boolean",
-- "original_audio": "boolean",
-- "screen_sharing": "boolean",
-- "remote_control": "boolean",
-- "attention_mode_focus_mode": true,
-- "allow_host_to_enable_focus_mode": false,
-- "show_a_join_from_your_browser_link": true,
-- "join_from_mobile": true,
-- "join_from_desktop": true,
-- "allow_live_streaming": true,
-- "live_streaming_facebook": true,
-- "workplace_by_facebook": true,
-- "live_streaming_youtube": true,
-- "custom_live_streaming_service": true,
-- "custom_service_instructions": "specific instructions",
-- "webinar_live_streaming": {
-- "enable": true,
-- "live_streaming_service": [
-- "facebook",
-- "workplace_by_facebook",
-- "youtube",
-- "custom_live_streaming_service"
-- ],
-- "custom_service_instructions": "specific instructions",
-- "live_streaming_reminder": true
-- },
-- "webinar_chat": {
-- "enable": true,
-- "allow_panelists_chat_with": 1,
-- "allow_attendees_chat_with": 1,
-- "default_attendees_chat_with": 1,
-- "allow_panelists_send_direct_message": true,
-- "allow_users_save_chats": 1,
-- "allow_auto_save_local_chat_file": true
-- },
-- "closed_captioning": {
-- "enable": true,
-- "third_party_captioning_service": false,
-- "auto_transcribing": true,
-- "view_full_transcript": true,
-- "save_caption": true
-- },
-- "slide_control": true,
-- "meeting_survey": true,
-- "webinar_polling": {
-- "enable": true,
-- "advanced_polls": true
-- },
-- "webinar_survey": true
-- },
-- "email_notification": {
-- "cloud_recording_available_reminder": "boolean",
-- "recording_available_reminder_schedulers": true,
-- "recording_available_reminder_alternative_hosts": true,
-- "jbh_reminder": "boolean",
-- "cancel_meeting_reminder": "boolean",
-- "low_host_count_reminder": "boolean",
-- "alternative_host_reminder": "boolean",
-- "schedule_for_reminder": "boolean"
-- },
-- "zoom_rooms": {
-- "upcoming_meeting_alert": "boolean",
-- "start_airplay_manually": "boolean",
-- "weekly_system_restart": "boolean",
-- "list_meetings_with_calendar": "boolean",
-- "zr_post_meeting_feedback": "boolean",
-- "ultrasonic": "boolean",
-- "force_private_meeting": "boolean",
-- "hide_host_information": "boolean",
-- "cmr_for_instant_meeting": "boolean",
-- "auto_start_stop_scheduled_meetings": "boolean"
-- },
-- "security": {
-- "admin_change_name_pic": "boolean",
-- "import_photos_from_devices": "boolean",
-- "hide_billing_info": "boolean"
-- },
-- "recording": {
-- "local_recording": "boolean",
-- "cloud_recording": "boolean",
-- "record_speaker_view": "boolean",
-- "record_gallery_view": "boolean",
-- "record_audio_file": "boolean",
-- "save_chat_text": "boolean",
-- "show_timestamp": "boolean",
-- "recording_audio_transcript": "boolean",
-- "auto_recording": "string",
-- "cloud_recording_download": "boolean",
-- "cloud_recording_download_host": "boolean",
-- "account_user_access_recording": "boolean",
-- "auto_delete_cmr": "boolean",
-- "auto_delete_cmr_days": "integer"
-- },
-- "telephony": {
-- "third_party_audio": "boolean",
-- "audio_conference_info": "string"
-- },
-- "tsp": {
-- "call_out": "boolean",
-- "call_out_countries": [
-- "string"
-- ],
-- "show_international_numbers_link": "boolean",
-- "display_toll_free_numbers": "boolean"
-- },
-- "integration": {
-- "google_calendar": "boolean",
-- "google_drive": "boolean",
-- "dropbox": "boolean",
-- "box": "boolean",
-- "microsoft_one_drive": "boolean",
-- "kubi": "boolean"
-- },
-- "feature": {
-- "meeting_capacity": "integer"
-- },
-- "other_options": {
-- "allow_auto_active_users": true,
-- "blur_snapshot": true,
-- "display_meetings_scheduled_for_others": false,
-- "use_cdn": "default",
-- "allow_users_contact_support_via_chat": true,
-- "meeting_qos_and_mos": 0,
-- "show_one_user_meeting_on_dashboard": true,
-- "allow_users_enter_and_share_pronouns": true
-- },
-- "audio_conferencing": {
-- "toll_free_and_fee_based_toll_call": {
-- "enable": true,
-- "numbers": [
-- {
-- "code": "1",
-- "country_code": "US",
-- "country_name": "United States",
-- "number": "+1 5550100",
-- "display_number": "+1 5550100(Atlanta)"
-- },
-- {
-- "code": "1",
-- "country_code": "US",
-- "country_name": "United States",
-- "number": "+1 5550101",
-- "display_number": "+1 5550101(SanJose)"
-- }
-- ],
-- "allow_webinar_attendees_dial": true
-- }
-- }
-- }
-- Sample code for parsing the JSON response...
-- Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
DECLARE @strVal nvarchar(4000)
DECLARE @code nvarchar(4000)
DECLARE @country_code nvarchar(4000)
DECLARE @country_name nvarchar(4000)
DECLARE @v_number nvarchar(4000)
DECLARE @display_number nvarchar(4000)
DECLARE @Host_video nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Host_video OUT, 'schedule_meeting.host_video'
DECLARE @Participant_video nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Participant_video OUT, 'schedule_meeting.participant_video'
DECLARE @Audio_type nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Audio_type OUT, 'schedule_meeting.audio_type'
DECLARE @Join_before_host nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Join_before_host OUT, 'schedule_meeting.join_before_host'
DECLARE @Use_pmi_for_scheduled_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Use_pmi_for_scheduled_meetings OUT, 'schedule_meeting.use_pmi_for_scheduled_meetings'
DECLARE @Use_pmi_for_instant_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Use_pmi_for_instant_meetings OUT, 'schedule_meeting.use_pmi_for_instant_meetings'
DECLARE @Enforce_login nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Enforce_login OUT, 'schedule_meeting.enforce_login'
DECLARE @Enforce_login_with_domains nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Enforce_login_with_domains OUT, 'schedule_meeting.enforce_login_with_domains'
DECLARE @Enforce_login_domains nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Enforce_login_domains OUT, 'schedule_meeting.enforce_login_domains'
DECLARE @Not_store_meeting_topic nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Not_store_meeting_topic OUT, 'schedule_meeting.not_store_meeting_topic'
DECLARE @Force_pmi_jbh_password nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Force_pmi_jbh_password OUT, 'schedule_meeting.force_pmi_jbh_password'
DECLARE @Require_password_for_scheduling_new_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Require_password_for_scheduling_new_meetings OUT, 'schedule_meeting.require_password_for_scheduling_new_meetings'
DECLARE @Require_password_for_scheduled_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Require_password_for_scheduled_meetings OUT, 'schedule_meeting.require_password_for_scheduled_meetings'
DECLARE @Require_password_for_instant_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Require_password_for_instant_meetings OUT, 'schedule_meeting.require_password_for_instant_meetings'
DECLARE @Require_password_for_pmi_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Require_password_for_pmi_meetings OUT, 'schedule_meeting.require_password_for_pmi_meetings'
DECLARE @E2e_encryption nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @E2e_encryption OUT, 'in_meeting.e2e_encryption'
DECLARE @Chat nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Chat OUT, 'in_meeting.chat'
DECLARE @Allow_participants_chat_with int
EXEC sp_OAMethod @jResp, 'IntOf', @Allow_participants_chat_with OUT, 'in_meeting.allow_participants_chat_with'
DECLARE @Allow_users_save_chats int
EXEC sp_OAMethod @jResp, 'IntOf', @Allow_users_save_chats OUT, 'in_meeting.allow_users_save_chats'
DECLARE @Private_chat nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Private_chat OUT, 'in_meeting.private_chat'
DECLARE @Auto_saving_chat nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_saving_chat OUT, 'in_meeting.auto_saving_chat'
DECLARE @Entry_exit_chime nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Entry_exit_chime OUT, 'in_meeting.entry_exit_chime'
DECLARE @Record_play_own_voice nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Record_play_own_voice OUT, 'in_meeting.record_play_own_voice'
DECLARE @Feedback nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Feedback OUT, 'in_meeting.feedback'
DECLARE @Post_meeting_feedback nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Post_meeting_feedback OUT, 'in_meeting.post_meeting_feedback'
DECLARE @Co_host nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Co_host OUT, 'in_meeting.co_host'
DECLARE @Polling nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Polling OUT, 'in_meeting.polling'
DECLARE @Attendee_on_hold nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Attendee_on_hold OUT, 'in_meeting.attendee_on_hold'
DECLARE @Show_meeting_control_toolbar nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Show_meeting_control_toolbar OUT, 'in_meeting.show_meeting_control_toolbar'
DECLARE @Allow_show_zoom_windows nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Allow_show_zoom_windows OUT, 'in_meeting.allow_show_zoom_windows'
DECLARE @Annotation nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Annotation OUT, 'in_meeting.annotation'
DECLARE @Whiteboard nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Whiteboard OUT, 'in_meeting.whiteboard'
DECLARE @Webinar_question_answer nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Webinar_question_answer OUT, 'in_meeting.webinar_question_answer'
DECLARE @Anonymous_question_answer nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Anonymous_question_answer OUT, 'in_meeting.anonymous_question_answer'
DECLARE @Breakout_room nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Breakout_room OUT, 'in_meeting.breakout_room'
DECLARE @Breakout_room_schedule int
EXEC sp_OAMethod @jResp, 'BoolOf', @Breakout_room_schedule OUT, 'in_meeting.breakout_room_schedule'
DECLARE @Closed_caption nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Closed_caption OUT, 'in_meeting.closed_caption'
DECLARE @Far_end_camera_control nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Far_end_camera_control OUT, 'in_meeting.far_end_camera_control'
DECLARE @Group_hd nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Group_hd OUT, 'in_meeting.group_hd'
DECLARE @Virtual_background nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Virtual_background OUT, 'in_meeting.virtual_background'
DECLARE @Watermark nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Watermark OUT, 'in_meeting.watermark'
DECLARE @Watermark_by_default nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Watermark_by_default OUT, 'in_meeting.watermark_by_default'
DECLARE @Audio_watermark_by_default nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Audio_watermark_by_default OUT, 'in_meeting.audio_watermark_by_default'
DECLARE @Alert_guest_join nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Alert_guest_join OUT, 'in_meeting.alert_guest_join'
DECLARE @Auto_answer nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_answer OUT, 'in_meeting.auto_answer'
DECLARE @P2p_connetion nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @P2p_connetion OUT, 'in_meeting.p2p_connetion'
DECLARE @P2p_ports nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @P2p_ports OUT, 'in_meeting.p2p_ports'
DECLARE @Ports_range nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Ports_range OUT, 'in_meeting.ports_range'
DECLARE @Sending_default_email_invites nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Sending_default_email_invites OUT, 'in_meeting.sending_default_email_invites'
DECLARE @Use_html_format_email nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Use_html_format_email OUT, 'in_meeting.use_html_format_email'
DECLARE @Dscp_marking nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Dscp_marking OUT, 'in_meeting.dscp_marking'
DECLARE @Dscp_audio nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Dscp_audio OUT, 'in_meeting.dscp_audio'
DECLARE @Dscp_video nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Dscp_video OUT, 'in_meeting.dscp_video'
DECLARE @Stereo_audio nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Stereo_audio OUT, 'in_meeting.stereo_audio'
DECLARE @Original_audio nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Original_audio OUT, 'in_meeting.original_audio'
DECLARE @Screen_sharing nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Screen_sharing OUT, 'in_meeting.screen_sharing'
DECLARE @Remote_control nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Remote_control OUT, 'in_meeting.remote_control'
DECLARE @Attention_mode_focus_mode int
EXEC sp_OAMethod @jResp, 'BoolOf', @Attention_mode_focus_mode OUT, 'in_meeting.attention_mode_focus_mode'
DECLARE @Allow_host_to_enable_focus_mode int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_host_to_enable_focus_mode OUT, 'in_meeting.allow_host_to_enable_focus_mode'
DECLARE @Show_a_join_from_your_browser_link int
EXEC sp_OAMethod @jResp, 'BoolOf', @Show_a_join_from_your_browser_link OUT, 'in_meeting.show_a_join_from_your_browser_link'
DECLARE @Join_from_mobile int
EXEC sp_OAMethod @jResp, 'BoolOf', @Join_from_mobile OUT, 'in_meeting.join_from_mobile'
DECLARE @Join_from_desktop int
EXEC sp_OAMethod @jResp, 'BoolOf', @Join_from_desktop OUT, 'in_meeting.join_from_desktop'
DECLARE @Allow_live_streaming int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_live_streaming OUT, 'in_meeting.allow_live_streaming'
DECLARE @Live_streaming_facebook int
EXEC sp_OAMethod @jResp, 'BoolOf', @Live_streaming_facebook OUT, 'in_meeting.live_streaming_facebook'
DECLARE @Workplace_by_facebook int
EXEC sp_OAMethod @jResp, 'BoolOf', @Workplace_by_facebook OUT, 'in_meeting.workplace_by_facebook'
DECLARE @Live_streaming_youtube int
EXEC sp_OAMethod @jResp, 'BoolOf', @Live_streaming_youtube OUT, 'in_meeting.live_streaming_youtube'
DECLARE @Custom_live_streaming_service int
EXEC sp_OAMethod @jResp, 'BoolOf', @Custom_live_streaming_service OUT, 'in_meeting.custom_live_streaming_service'
DECLARE @Custom_service_instructions nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Custom_service_instructions OUT, 'in_meeting.custom_service_instructions'
DECLARE @Enable int
EXEC sp_OAMethod @jResp, 'BoolOf', @Enable OUT, 'in_meeting.webinar_live_streaming.enable'
DECLARE @Webinar_live_streamingCustom_service_instructions nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Webinar_live_streamingCustom_service_instructions OUT, 'in_meeting.webinar_live_streaming.custom_service_instructions'
DECLARE @Live_streaming_reminder int
EXEC sp_OAMethod @jResp, 'BoolOf', @Live_streaming_reminder OUT, 'in_meeting.webinar_live_streaming.live_streaming_reminder'
DECLARE @Webinar_chatEnable int
EXEC sp_OAMethod @jResp, 'BoolOf', @Webinar_chatEnable OUT, 'in_meeting.webinar_chat.enable'
DECLARE @Allow_panelists_chat_with int
EXEC sp_OAMethod @jResp, 'IntOf', @Allow_panelists_chat_with OUT, 'in_meeting.webinar_chat.allow_panelists_chat_with'
DECLARE @Allow_attendees_chat_with int
EXEC sp_OAMethod @jResp, 'IntOf', @Allow_attendees_chat_with OUT, 'in_meeting.webinar_chat.allow_attendees_chat_with'
DECLARE @Default_attendees_chat_with int
EXEC sp_OAMethod @jResp, 'IntOf', @Default_attendees_chat_with OUT, 'in_meeting.webinar_chat.default_attendees_chat_with'
DECLARE @Allow_panelists_send_direct_message int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_panelists_send_direct_message OUT, 'in_meeting.webinar_chat.allow_panelists_send_direct_message'
DECLARE @Webinar_chatAllow_users_save_chats int
EXEC sp_OAMethod @jResp, 'IntOf', @Webinar_chatAllow_users_save_chats OUT, 'in_meeting.webinar_chat.allow_users_save_chats'
DECLARE @Allow_auto_save_local_chat_file int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_auto_save_local_chat_file OUT, 'in_meeting.webinar_chat.allow_auto_save_local_chat_file'
DECLARE @Closed_captioningEnable int
EXEC sp_OAMethod @jResp, 'BoolOf', @Closed_captioningEnable OUT, 'in_meeting.closed_captioning.enable'
DECLARE @Third_party_captioning_service int
EXEC sp_OAMethod @jResp, 'BoolOf', @Third_party_captioning_service OUT, 'in_meeting.closed_captioning.third_party_captioning_service'
DECLARE @Auto_transcribing int
EXEC sp_OAMethod @jResp, 'BoolOf', @Auto_transcribing OUT, 'in_meeting.closed_captioning.auto_transcribing'
DECLARE @View_full_transcript int
EXEC sp_OAMethod @jResp, 'BoolOf', @View_full_transcript OUT, 'in_meeting.closed_captioning.view_full_transcript'
DECLARE @Save_caption int
EXEC sp_OAMethod @jResp, 'BoolOf', @Save_caption OUT, 'in_meeting.closed_captioning.save_caption'
DECLARE @Slide_control int
EXEC sp_OAMethod @jResp, 'BoolOf', @Slide_control OUT, 'in_meeting.slide_control'
DECLARE @Meeting_survey int
EXEC sp_OAMethod @jResp, 'BoolOf', @Meeting_survey OUT, 'in_meeting.meeting_survey'
DECLARE @Webinar_pollingEnable int
EXEC sp_OAMethod @jResp, 'BoolOf', @Webinar_pollingEnable OUT, 'in_meeting.webinar_polling.enable'
DECLARE @Advanced_polls int
EXEC sp_OAMethod @jResp, 'BoolOf', @Advanced_polls OUT, 'in_meeting.webinar_polling.advanced_polls'
DECLARE @Webinar_survey int
EXEC sp_OAMethod @jResp, 'BoolOf', @Webinar_survey OUT, 'in_meeting.webinar_survey'
DECLARE @Cloud_recording_available_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cloud_recording_available_reminder OUT, 'email_notification.cloud_recording_available_reminder'
DECLARE @Recording_available_reminder_schedulers int
EXEC sp_OAMethod @jResp, 'BoolOf', @Recording_available_reminder_schedulers OUT, 'email_notification.recording_available_reminder_schedulers'
DECLARE @Recording_available_reminder_alternative_hosts int
EXEC sp_OAMethod @jResp, 'BoolOf', @Recording_available_reminder_alternative_hosts OUT, 'email_notification.recording_available_reminder_alternative_hosts'
DECLARE @Jbh_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Jbh_reminder OUT, 'email_notification.jbh_reminder'
DECLARE @Cancel_meeting_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cancel_meeting_reminder OUT, 'email_notification.cancel_meeting_reminder'
DECLARE @Low_host_count_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Low_host_count_reminder OUT, 'email_notification.low_host_count_reminder'
DECLARE @Alternative_host_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Alternative_host_reminder OUT, 'email_notification.alternative_host_reminder'
DECLARE @Schedule_for_reminder nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Schedule_for_reminder OUT, 'email_notification.schedule_for_reminder'
DECLARE @Upcoming_meeting_alert nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Upcoming_meeting_alert OUT, 'zoom_rooms.upcoming_meeting_alert'
DECLARE @Start_airplay_manually nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Start_airplay_manually OUT, 'zoom_rooms.start_airplay_manually'
DECLARE @Weekly_system_restart nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Weekly_system_restart OUT, 'zoom_rooms.weekly_system_restart'
DECLARE @List_meetings_with_calendar nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @List_meetings_with_calendar OUT, 'zoom_rooms.list_meetings_with_calendar'
DECLARE @Zr_post_meeting_feedback nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Zr_post_meeting_feedback OUT, 'zoom_rooms.zr_post_meeting_feedback'
DECLARE @Ultrasonic nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Ultrasonic OUT, 'zoom_rooms.ultrasonic'
DECLARE @Force_private_meeting nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Force_private_meeting OUT, 'zoom_rooms.force_private_meeting'
DECLARE @Hide_host_information nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Hide_host_information OUT, 'zoom_rooms.hide_host_information'
DECLARE @Cmr_for_instant_meeting nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cmr_for_instant_meeting OUT, 'zoom_rooms.cmr_for_instant_meeting'
DECLARE @Auto_start_stop_scheduled_meetings nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_start_stop_scheduled_meetings OUT, 'zoom_rooms.auto_start_stop_scheduled_meetings'
DECLARE @Admin_change_name_pic nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Admin_change_name_pic OUT, 'security.admin_change_name_pic'
DECLARE @Import_photos_from_devices nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Import_photos_from_devices OUT, 'security.import_photos_from_devices'
DECLARE @Hide_billing_info nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Hide_billing_info OUT, 'security.hide_billing_info'
DECLARE @Local_recording nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Local_recording OUT, 'recording.local_recording'
DECLARE @Cloud_recording nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cloud_recording OUT, 'recording.cloud_recording'
DECLARE @Record_speaker_view nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Record_speaker_view OUT, 'recording.record_speaker_view'
DECLARE @Record_gallery_view nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Record_gallery_view OUT, 'recording.record_gallery_view'
DECLARE @Record_audio_file nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Record_audio_file OUT, 'recording.record_audio_file'
DECLARE @Save_chat_text nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Save_chat_text OUT, 'recording.save_chat_text'
DECLARE @Show_timestamp nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Show_timestamp OUT, 'recording.show_timestamp'
DECLARE @Recording_audio_transcript nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Recording_audio_transcript OUT, 'recording.recording_audio_transcript'
DECLARE @Auto_recording nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_recording OUT, 'recording.auto_recording'
DECLARE @Cloud_recording_download nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cloud_recording_download OUT, 'recording.cloud_recording_download'
DECLARE @Cloud_recording_download_host nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Cloud_recording_download_host OUT, 'recording.cloud_recording_download_host'
DECLARE @Account_user_access_recording nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Account_user_access_recording OUT, 'recording.account_user_access_recording'
DECLARE @Auto_delete_cmr nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_delete_cmr OUT, 'recording.auto_delete_cmr'
DECLARE @Auto_delete_cmr_days nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Auto_delete_cmr_days OUT, 'recording.auto_delete_cmr_days'
DECLARE @Third_party_audio nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Third_party_audio OUT, 'telephony.third_party_audio'
DECLARE @Audio_conference_info nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Audio_conference_info OUT, 'telephony.audio_conference_info'
DECLARE @Call_out nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Call_out OUT, 'tsp.call_out'
DECLARE @Show_international_numbers_link nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Show_international_numbers_link OUT, 'tsp.show_international_numbers_link'
DECLARE @Display_toll_free_numbers nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Display_toll_free_numbers OUT, 'tsp.display_toll_free_numbers'
DECLARE @Google_calendar nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Google_calendar OUT, 'integration.google_calendar'
DECLARE @Google_drive nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Google_drive OUT, 'integration.google_drive'
DECLARE @Dropbox nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Dropbox OUT, 'integration.dropbox'
DECLARE @Box nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Box OUT, 'integration.box'
DECLARE @Microsoft_one_drive nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Microsoft_one_drive OUT, 'integration.microsoft_one_drive'
DECLARE @Kubi nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Kubi OUT, 'integration.kubi'
DECLARE @Meeting_capacity nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Meeting_capacity OUT, 'feature.meeting_capacity'
DECLARE @Allow_auto_active_users int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_auto_active_users OUT, 'other_options.allow_auto_active_users'
DECLARE @Blur_snapshot int
EXEC sp_OAMethod @jResp, 'BoolOf', @Blur_snapshot OUT, 'other_options.blur_snapshot'
DECLARE @Display_meetings_scheduled_for_others int
EXEC sp_OAMethod @jResp, 'BoolOf', @Display_meetings_scheduled_for_others OUT, 'other_options.display_meetings_scheduled_for_others'
DECLARE @Use_cdn nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @Use_cdn OUT, 'other_options.use_cdn'
DECLARE @Allow_users_contact_support_via_chat int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_users_contact_support_via_chat OUT, 'other_options.allow_users_contact_support_via_chat'
DECLARE @Meeting_qos_and_mos int
EXEC sp_OAMethod @jResp, 'IntOf', @Meeting_qos_and_mos OUT, 'other_options.meeting_qos_and_mos'
DECLARE @Show_one_user_meeting_on_dashboard int
EXEC sp_OAMethod @jResp, 'BoolOf', @Show_one_user_meeting_on_dashboard OUT, 'other_options.show_one_user_meeting_on_dashboard'
DECLARE @Allow_users_enter_and_share_pronouns int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_users_enter_and_share_pronouns OUT, 'other_options.allow_users_enter_and_share_pronouns'
DECLARE @Toll_free_and_fee_based_toll_callEnable int
EXEC sp_OAMethod @jResp, 'BoolOf', @Toll_free_and_fee_based_toll_callEnable OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.enable'
DECLARE @Allow_webinar_attendees_dial int
EXEC sp_OAMethod @jResp, 'BoolOf', @Allow_webinar_attendees_dial OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.allow_webinar_attendees_dial'
DECLARE @i int
SELECT @i = 0
DECLARE @count_i int
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'in_meeting.webinar_live_streaming.live_streaming_service'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
EXEC sp_OAMethod @jResp, 'StringOf', @strVal OUT, 'in_meeting.webinar_live_streaming.live_streaming_service[i]'
SELECT @i = @i + 1
END
SELECT @i = 0
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'tsp.call_out_countries'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
EXEC sp_OAMethod @jResp, 'StringOf', @strVal OUT, 'tsp.call_out_countries[i]'
SELECT @i = @i + 1
END
SELECT @i = 0
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
EXEC sp_OAMethod @jResp, 'StringOf', @code OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].code'
EXEC sp_OAMethod @jResp, 'StringOf', @country_code OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_code'
EXEC sp_OAMethod @jResp, 'StringOf', @country_name OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_name'
EXEC sp_OAMethod @jResp, 'StringOf', @v_number OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].number'
EXEC sp_OAMethod @jResp, 'StringOf', @display_number OUT, 'audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].display_number'
SELECT @i = @i + 1
END
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
EXEC @hr = sp_OADestroy @sbResponseBody
EXEC @hr = sp_OADestroy @jResp
END
GO
Curl Command
curl -G -d "option=meeting_security"
-d "custom_query_fields=quis%20officia%20in%20reprehenderit"
-H "Authorization: Bearer <access_token>"
https://api.zoom.us/v2/accounts/:accountId/settings
Postman Collection Item JSON
{
"name": "Get settings",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/settings?option=meeting_security&custom_query_fields=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_security",
"description": "Optional query parameters: \n* `meeting_authentication` — Use this query parameter to view the [meeting authentication settings](https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars) applied to the user's account. \n* `recording_authentication` — Use this query parameter to view the [recording authentication settings](https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings) applied to the user's account. \n* `security` — Use this query parameter to view the account's security settings. For example, password requirements for user login or two-factor authentication. \n* `meeting_security` — Use this query parameter to view the meeting security settings applied to the user's account."
},
{
"key": "custom_query_fields",
"value": "quis officia in reprehenderit",
"description": "The name of the field by which to filter the response. For example, if you provide the `host_video` value for this field, you will get a response similar to the following:\n\n`{ \"schedule_meeting\": { \"host_video\": false } }` \n\nTo use multiple values, comma-separate each value. For example: `host_video,participant_video`"
}
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) The account's ID."
}
]
},
"description": "Use this API to get an account's settings information.\n\nTo get the settings of a master account, use `me` as the value for the `accountId` path parameter.\n\n**Scopes:** `account:read:admin`<br>**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`\n\n**Prerequisites**: \n* The account must be a paid account"
},
"response": [
{
"name": "**HTTP Status Code:** `200`<br> Account settings returned.<br>**Error Code:** `200`<br>\nOnly available for Paid account.",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/settings?option=meeting_security&custom_query_fields=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_security"
},
{
"key": "custom_query_fields",
"value": "quis officia in reprehenderit"
}
],
"variable": [
{
"key": "accountId",
"value": "quis officia in reprehenderit",
"description": "(Required) The account's ID."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"schedule_meeting\": {\n \"host_video\": \"boolean\",\n \"participant_video\": \"boolean\",\n \"audio_type\": \"string\",\n \"join_before_host\": \"boolean\",\n \"use_pmi_for_scheduled_meetings\": \"boolean\",\n \"use_pmi_for_instant_meetings\": \"boolean\",\n \"enforce_login\": \"boolean\",\n \"enforce_login_with_domains\": \"boolean\",\n \"enforce_login_domains\": \"string\",\n \"not_store_meeting_topic\": \"boolean\",\n \"force_pmi_jbh_password\": \"boolean\",\n \"require_password_for_scheduling_new_meetings\": \"boolean\",\n \"require_password_for_scheduled_meetings\": \"boolean\",\n \"require_password_for_instant_meetings\": \"boolean\",\n \"require_password_for_pmi_meetings\": \"string\"\n },\n \"in_meeting\": {\n \"e2e_encryption\": \"boolean\",\n \"chat\": \"boolean\",\n \"allow_participants_chat_with\": 2,\n \"allow_users_save_chats\": 2,\n \"private_chat\": \"boolean\",\n \"auto_saving_chat\": \"boolean\",\n \"entry_exit_chime\": \"string\",\n \"record_play_own_voice\": \"boolean\",\n \"feedback\": \"boolean\",\n \"post_meeting_feedback\": \"boolean\",\n \"co_host\": \"boolean\",\n \"polling\": \"boolean\",\n \"attendee_on_hold\": \"boolean\",\n \"show_meeting_control_toolbar\": \"boolean\",\n \"allow_show_zoom_windows\": \"boolean\",\n \"annotation\": \"boolean\",\n \"whiteboard\": \"boolean\",\n \"webinar_question_answer\": \"boolean\",\n \"anonymous_question_answer\": \"boolean\",\n \"breakout_room\": \"boolean\",\n \"breakout_room_schedule\": true,\n \"closed_caption\": \"boolean\",\n \"far_end_camera_control\": \"boolean\",\n \"group_hd\": \"boolean\",\n \"virtual_background\": \"boolean\",\n \"watermark\": \"boolean\",\n \"watermark_by_default\": \"boolean\",\n \"audio_watermark_by_default\": \"boolean\",\n \"alert_guest_join\": \"boolean\",\n \"auto_answer\": \"boolean\",\n \"p2p_connetion\": \"boolean\",\n \"p2p_ports\": \"boolean\",\n \"ports_range\": \"string\",\n \"sending_default_email_invites\": \"boolean\",\n \"use_html_format_email\": \"boolean\",\n \"dscp_marking\": \"boolean\",\n \"dscp_audio\": \"integer\",\n \"dscp_video\": \"integer\",\n \"stereo_audio\": \"boolean\",\n \"original_audio\": \"boolean\",\n \"screen_sharing\": \"boolean\",\n \"remote_control\": \"boolean\",\n \"attention_mode_focus_mode\": true,\n \"allow_host_to_enable_focus_mode\": false,\n \"show_a_join_from_your_browser_link\": true,\n \"join_from_mobile\": true,\n \"join_from_desktop\": true,\n \"allow_live_streaming\": true,\n \"live_streaming_facebook\": true,\n \"workplace_by_facebook\": true,\n \"live_streaming_youtube\": true,\n \"custom_live_streaming_service\": true,\n \"custom_service_instructions\": \"specific instructions\",\n \"webinar_live_streaming\": {\n \"enable\": true,\n \"live_streaming_service\": [\n \"facebook\",\n \"workplace_by_facebook\",\n \"youtube\",\n \"custom_live_streaming_service\"\n ],\n \"custom_service_instructions\": \"specific instructions\",\n \"live_streaming_reminder\": true\n },\n \"webinar_chat\": {\n \"enable\": true,\n \"allow_panelists_chat_with\": 1,\n \"allow_attendees_chat_with\": 1,\n \"default_attendees_chat_with\": 1,\n \"allow_panelists_send_direct_message\": true,\n \"allow_users_save_chats\": 1,\n \"allow_auto_save_local_chat_file\": true\n },\n \"closed_captioning\": {\n \"enable\": true,\n \"third_party_captioning_service\": false,\n \"auto_transcribing\": true,\n \"view_full_transcript\": true,\n \"save_caption\": true\n },\n \"slide_control\": true,\n \"meeting_survey\": true,\n \"webinar_polling\": {\n \"enable\": true,\n \"advanced_polls\": true\n },\n \"webinar_survey\": true\n },\n \"email_notification\": {\n \"cloud_recording_available_reminder\": \"boolean\",\n \"recording_available_reminder_schedulers\": true,\n \"recording_available_reminder_alternative_hosts\": true,\n \"jbh_reminder\": \"boolean\",\n \"cancel_meeting_reminder\": \"boolean\",\n \"low_host_count_reminder\": \"boolean\",\n \"alternative_host_reminder\": \"boolean\",\n \"schedule_for_reminder\": \"boolean\"\n },\n \"zoom_rooms\": {\n \"upcoming_meeting_alert\": \"boolean\",\n \"start_airplay_manually\": \"boolean\",\n \"weekly_system_restart\": \"boolean\",\n \"list_meetings_with_calendar\": \"boolean\",\n \"zr_post_meeting_feedback\": \"boolean\",\n \"ultrasonic\": \"boolean\",\n \"force_private_meeting\": \"boolean\",\n \"hide_host_information\": \"boolean\",\n \"cmr_for_instant_meeting\": \"boolean\",\n \"auto_start_stop_scheduled_meetings\": \"boolean\"\n },\n \"security\": {\n \"admin_change_name_pic\": \"boolean\",\n \"import_photos_from_devices\": \"boolean\",\n \"hide_billing_info\": \"boolean\"\n },\n \"recording\": {\n \"local_recording\": \"boolean\",\n \"cloud_recording\": \"boolean\",\n \"record_speaker_view\": \"boolean\",\n \"record_gallery_view\": \"boolean\",\n \"record_audio_file\": \"boolean\",\n \"save_chat_text\": \"boolean\",\n \"show_timestamp\": \"boolean\",\n \"recording_audio_transcript\": \"boolean\",\n \"auto_recording\": \"string\",\n \"cloud_recording_download\": \"boolean\",\n \"cloud_recording_download_host\": \"boolean\",\n \"account_user_access_recording\": \"boolean\",\n \"auto_delete_cmr\": \"boolean\",\n \"auto_delete_cmr_days\": \"integer\"\n },\n \"telephony\": {\n \"third_party_audio\": \"boolean\",\n \"audio_conference_info\": \"string\"\n },\n \"tsp\": {\n \"call_out\": \"boolean\",\n \"call_out_countries\": [\n \"string\"\n ],\n \"show_international_numbers_link\": \"boolean\",\n \"display_toll_free_numbers\": \"boolean\"\n },\n \"integration\": {\n \"google_calendar\": \"boolean\",\n \"google_drive\": \"boolean\",\n \"dropbox\": \"boolean\",\n \"box\": \"boolean\",\n \"microsoft_one_drive\": \"boolean\",\n \"kubi\": \"boolean\"\n },\n \"feature\": {\n \"meeting_capacity\": \"integer\"\n },\n \"other_options\": {\n \"allow_auto_active_users\": true,\n \"blur_snapshot\": true,\n \"display_meetings_scheduled_for_others\": false,\n \"use_cdn\": \"default\",\n \"allow_users_contact_support_via_chat\": true,\n \"meeting_qos_and_mos\": 0,\n \"show_one_user_meeting_on_dashboard\": true,\n \"allow_users_enter_and_share_pronouns\": true\n },\n \"audio_conferencing\": {\n \"toll_free_and_fee_based_toll_call\": {\n \"enable\": true,\n \"numbers\": [\n {\n \"code\": \"1\",\n \"country_code\": \"US\",\n \"country_name\": \"United States\",\n \"number\": \"+1 5550100\",\n \"display_number\": \"+1 5550100(Atlanta)\"\n },\n {\n \"code\": \"1\",\n \"country_code\": \"US\",\n \"country_name\": \"United States\",\n \"number\": \"+1 5550101\",\n \"display_number\": \"+1 5550101(SanJose)\"\n }\n ],\n \"allow_webinar_attendees_dial\": true\n }\n }\n}"
},
{
"name": "**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: $subAccountId.",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"url": {
"raw": "{{baseUrl}}/accounts/:accountId/settings?option=meeting_security&custom_query_fields=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"accounts",
":accountId",
"settings"
],
"query": [
{
"key": "option",
"value": "meeting_security"
},
{
"key": "custom_query_fields",
"value": "quis officia in reprehenderit"
}
],
"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": ""
}
]
}