VB6 / Zoom API / Get settings
Back to Collection Items
' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.
Dim http As New ChilkatHttp
Dim success As Long
Dim queryParams As New ChilkatJsonObject
success = queryParams.UpdateString("option","meeting_security")
success = queryParams.UpdateString("custom_query_fields","quis officia in reprehenderit")
' Adds the "Authorization: Bearer <access_token>" header.
http.AuthToken = "<access_token>"
Dim resp As ChilkatHttpResponse
Set resp = http.QuickRequestParams("GET","https://api.zoom.us/v2/accounts/:accountId/settings",queryParams)
If (http.LastMethodSuccess = 0) Then
Debug.Print http.LastErrorText
Exit Sub
End If
Dim sbResponseBody As New ChilkatStringBuilder
success = resp.GetBodySb(sbResponseBody)
Dim jResp As New ChilkatJsonObject
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = 0
Debug.Print "Response Body:"
Debug.Print jResp.Emit()
Dim respStatusCode As Long
respStatusCode = resp.StatusCode
Debug.Print "Response Status Code = " & respStatusCode
If (respStatusCode >= 400) Then
Debug.Print "Response Header:"
Debug.Print resp.Header
Debug.Print "Failed."
Exit Sub
End If
' 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
Dim strVal As String
Dim code As String
Dim country_code As String
Dim country_name As String
Dim v_number As String
Dim display_number As String
Dim Host_video As String
Host_video = jResp.StringOf("schedule_meeting.host_video")
Dim Participant_video As String
Participant_video = jResp.StringOf("schedule_meeting.participant_video")
Dim Audio_type As String
Audio_type = jResp.StringOf("schedule_meeting.audio_type")
Dim Join_before_host As String
Join_before_host = jResp.StringOf("schedule_meeting.join_before_host")
Dim Use_pmi_for_scheduled_meetings As String
Use_pmi_for_scheduled_meetings = jResp.StringOf("schedule_meeting.use_pmi_for_scheduled_meetings")
Dim Use_pmi_for_instant_meetings As String
Use_pmi_for_instant_meetings = jResp.StringOf("schedule_meeting.use_pmi_for_instant_meetings")
Dim Enforce_login As String
Enforce_login = jResp.StringOf("schedule_meeting.enforce_login")
Dim Enforce_login_with_domains As String
Enforce_login_with_domains = jResp.StringOf("schedule_meeting.enforce_login_with_domains")
Dim Enforce_login_domains As String
Enforce_login_domains = jResp.StringOf("schedule_meeting.enforce_login_domains")
Dim Not_store_meeting_topic As String
Not_store_meeting_topic = jResp.StringOf("schedule_meeting.not_store_meeting_topic")
Dim Force_pmi_jbh_password As String
Force_pmi_jbh_password = jResp.StringOf("schedule_meeting.force_pmi_jbh_password")
Dim Require_password_for_scheduling_new_meetings As String
Require_password_for_scheduling_new_meetings = jResp.StringOf("schedule_meeting.require_password_for_scheduling_new_meetings")
Dim Require_password_for_scheduled_meetings As String
Require_password_for_scheduled_meetings = jResp.StringOf("schedule_meeting.require_password_for_scheduled_meetings")
Dim Require_password_for_instant_meetings As String
Require_password_for_instant_meetings = jResp.StringOf("schedule_meeting.require_password_for_instant_meetings")
Dim Require_password_for_pmi_meetings As String
Require_password_for_pmi_meetings = jResp.StringOf("schedule_meeting.require_password_for_pmi_meetings")
Dim E2e_encryption As String
E2e_encryption = jResp.StringOf("in_meeting.e2e_encryption")
Dim Chat As String
Chat = jResp.StringOf("in_meeting.chat")
Dim Allow_participants_chat_with As Long
Allow_participants_chat_with = jResp.IntOf("in_meeting.allow_participants_chat_with")
Dim Allow_users_save_chats As Long
Allow_users_save_chats = jResp.IntOf("in_meeting.allow_users_save_chats")
Dim Private_chat As String
Private_chat = jResp.StringOf("in_meeting.private_chat")
Dim Auto_saving_chat As String
Auto_saving_chat = jResp.StringOf("in_meeting.auto_saving_chat")
Dim Entry_exit_chime As String
Entry_exit_chime = jResp.StringOf("in_meeting.entry_exit_chime")
Dim Record_play_own_voice As String
Record_play_own_voice = jResp.StringOf("in_meeting.record_play_own_voice")
Dim Feedback As String
Feedback = jResp.StringOf("in_meeting.feedback")
Dim Post_meeting_feedback As String
Post_meeting_feedback = jResp.StringOf("in_meeting.post_meeting_feedback")
Dim Co_host As String
Co_host = jResp.StringOf("in_meeting.co_host")
Dim Polling As String
Polling = jResp.StringOf("in_meeting.polling")
Dim Attendee_on_hold As String
Attendee_on_hold = jResp.StringOf("in_meeting.attendee_on_hold")
Dim Show_meeting_control_toolbar As String
Show_meeting_control_toolbar = jResp.StringOf("in_meeting.show_meeting_control_toolbar")
Dim Allow_show_zoom_windows As String
Allow_show_zoom_windows = jResp.StringOf("in_meeting.allow_show_zoom_windows")
Dim Annotation As String
Annotation = jResp.StringOf("in_meeting.annotation")
Dim Whiteboard As String
Whiteboard = jResp.StringOf("in_meeting.whiteboard")
Dim Webinar_question_answer As String
Webinar_question_answer = jResp.StringOf("in_meeting.webinar_question_answer")
Dim Anonymous_question_answer As String
Anonymous_question_answer = jResp.StringOf("in_meeting.anonymous_question_answer")
Dim Breakout_room As String
Breakout_room = jResp.StringOf("in_meeting.breakout_room")
Dim Breakout_room_schedule As Long
Breakout_room_schedule = jResp.BoolOf("in_meeting.breakout_room_schedule")
Dim Closed_caption As String
Closed_caption = jResp.StringOf("in_meeting.closed_caption")
Dim Far_end_camera_control As String
Far_end_camera_control = jResp.StringOf("in_meeting.far_end_camera_control")
Dim Group_hd As String
Group_hd = jResp.StringOf("in_meeting.group_hd")
Dim Virtual_background As String
Virtual_background = jResp.StringOf("in_meeting.virtual_background")
Dim Watermark As String
Watermark = jResp.StringOf("in_meeting.watermark")
Dim Watermark_by_default As String
Watermark_by_default = jResp.StringOf("in_meeting.watermark_by_default")
Dim Audio_watermark_by_default As String
Audio_watermark_by_default = jResp.StringOf("in_meeting.audio_watermark_by_default")
Dim Alert_guest_join As String
Alert_guest_join = jResp.StringOf("in_meeting.alert_guest_join")
Dim Auto_answer As String
Auto_answer = jResp.StringOf("in_meeting.auto_answer")
Dim P2p_connetion As String
P2p_connetion = jResp.StringOf("in_meeting.p2p_connetion")
Dim P2p_ports As String
P2p_ports = jResp.StringOf("in_meeting.p2p_ports")
Dim Ports_range As String
Ports_range = jResp.StringOf("in_meeting.ports_range")
Dim Sending_default_email_invites As String
Sending_default_email_invites = jResp.StringOf("in_meeting.sending_default_email_invites")
Dim Use_html_format_email As String
Use_html_format_email = jResp.StringOf("in_meeting.use_html_format_email")
Dim Dscp_marking As String
Dscp_marking = jResp.StringOf("in_meeting.dscp_marking")
Dim Dscp_audio As String
Dscp_audio = jResp.StringOf("in_meeting.dscp_audio")
Dim Dscp_video As String
Dscp_video = jResp.StringOf("in_meeting.dscp_video")
Dim Stereo_audio As String
Stereo_audio = jResp.StringOf("in_meeting.stereo_audio")
Dim Original_audio As String
Original_audio = jResp.StringOf("in_meeting.original_audio")
Dim Screen_sharing As String
Screen_sharing = jResp.StringOf("in_meeting.screen_sharing")
Dim Remote_control As String
Remote_control = jResp.StringOf("in_meeting.remote_control")
Dim Attention_mode_focus_mode As Long
Attention_mode_focus_mode = jResp.BoolOf("in_meeting.attention_mode_focus_mode")
Dim Allow_host_to_enable_focus_mode As Long
Allow_host_to_enable_focus_mode = jResp.BoolOf("in_meeting.allow_host_to_enable_focus_mode")
Dim Show_a_join_from_your_browser_link As Long
Show_a_join_from_your_browser_link = jResp.BoolOf("in_meeting.show_a_join_from_your_browser_link")
Dim Join_from_mobile As Long
Join_from_mobile = jResp.BoolOf("in_meeting.join_from_mobile")
Dim Join_from_desktop As Long
Join_from_desktop = jResp.BoolOf("in_meeting.join_from_desktop")
Dim Allow_live_streaming As Long
Allow_live_streaming = jResp.BoolOf("in_meeting.allow_live_streaming")
Dim Live_streaming_facebook As Long
Live_streaming_facebook = jResp.BoolOf("in_meeting.live_streaming_facebook")
Dim Workplace_by_facebook As Long
Workplace_by_facebook = jResp.BoolOf("in_meeting.workplace_by_facebook")
Dim Live_streaming_youtube As Long
Live_streaming_youtube = jResp.BoolOf("in_meeting.live_streaming_youtube")
Dim Custom_live_streaming_service As Long
Custom_live_streaming_service = jResp.BoolOf("in_meeting.custom_live_streaming_service")
Dim Custom_service_instructions As String
Custom_service_instructions = jResp.StringOf("in_meeting.custom_service_instructions")
Dim Enable As Long
Enable = jResp.BoolOf("in_meeting.webinar_live_streaming.enable")
Dim Webinar_live_streamingCustom_service_instructions As String
Webinar_live_streamingCustom_service_instructions = jResp.StringOf("in_meeting.webinar_live_streaming.custom_service_instructions")
Dim Live_streaming_reminder As Long
Live_streaming_reminder = jResp.BoolOf("in_meeting.webinar_live_streaming.live_streaming_reminder")
Dim Webinar_chatEnable As Long
Webinar_chatEnable = jResp.BoolOf("in_meeting.webinar_chat.enable")
Dim Allow_panelists_chat_with As Long
Allow_panelists_chat_with = jResp.IntOf("in_meeting.webinar_chat.allow_panelists_chat_with")
Dim Allow_attendees_chat_with As Long
Allow_attendees_chat_with = jResp.IntOf("in_meeting.webinar_chat.allow_attendees_chat_with")
Dim Default_attendees_chat_with As Long
Default_attendees_chat_with = jResp.IntOf("in_meeting.webinar_chat.default_attendees_chat_with")
Dim Allow_panelists_send_direct_message As Long
Allow_panelists_send_direct_message = jResp.BoolOf("in_meeting.webinar_chat.allow_panelists_send_direct_message")
Dim Webinar_chatAllow_users_save_chats As Long
Webinar_chatAllow_users_save_chats = jResp.IntOf("in_meeting.webinar_chat.allow_users_save_chats")
Dim Allow_auto_save_local_chat_file As Long
Allow_auto_save_local_chat_file = jResp.BoolOf("in_meeting.webinar_chat.allow_auto_save_local_chat_file")
Dim Closed_captioningEnable As Long
Closed_captioningEnable = jResp.BoolOf("in_meeting.closed_captioning.enable")
Dim Third_party_captioning_service As Long
Third_party_captioning_service = jResp.BoolOf("in_meeting.closed_captioning.third_party_captioning_service")
Dim Auto_transcribing As Long
Auto_transcribing = jResp.BoolOf("in_meeting.closed_captioning.auto_transcribing")
Dim View_full_transcript As Long
View_full_transcript = jResp.BoolOf("in_meeting.closed_captioning.view_full_transcript")
Dim Save_caption As Long
Save_caption = jResp.BoolOf("in_meeting.closed_captioning.save_caption")
Dim Slide_control As Long
Slide_control = jResp.BoolOf("in_meeting.slide_control")
Dim Meeting_survey As Long
Meeting_survey = jResp.BoolOf("in_meeting.meeting_survey")
Dim Webinar_pollingEnable As Long
Webinar_pollingEnable = jResp.BoolOf("in_meeting.webinar_polling.enable")
Dim Advanced_polls As Long
Advanced_polls = jResp.BoolOf("in_meeting.webinar_polling.advanced_polls")
Dim Webinar_survey As Long
Webinar_survey = jResp.BoolOf("in_meeting.webinar_survey")
Dim Cloud_recording_available_reminder As String
Cloud_recording_available_reminder = jResp.StringOf("email_notification.cloud_recording_available_reminder")
Dim Recording_available_reminder_schedulers As Long
Recording_available_reminder_schedulers = jResp.BoolOf("email_notification.recording_available_reminder_schedulers")
Dim Recording_available_reminder_alternative_hosts As Long
Recording_available_reminder_alternative_hosts = jResp.BoolOf("email_notification.recording_available_reminder_alternative_hosts")
Dim Jbh_reminder As String
Jbh_reminder = jResp.StringOf("email_notification.jbh_reminder")
Dim Cancel_meeting_reminder As String
Cancel_meeting_reminder = jResp.StringOf("email_notification.cancel_meeting_reminder")
Dim Low_host_count_reminder As String
Low_host_count_reminder = jResp.StringOf("email_notification.low_host_count_reminder")
Dim Alternative_host_reminder As String
Alternative_host_reminder = jResp.StringOf("email_notification.alternative_host_reminder")
Dim Schedule_for_reminder As String
Schedule_for_reminder = jResp.StringOf("email_notification.schedule_for_reminder")
Dim Upcoming_meeting_alert As String
Upcoming_meeting_alert = jResp.StringOf("zoom_rooms.upcoming_meeting_alert")
Dim Start_airplay_manually As String
Start_airplay_manually = jResp.StringOf("zoom_rooms.start_airplay_manually")
Dim Weekly_system_restart As String
Weekly_system_restart = jResp.StringOf("zoom_rooms.weekly_system_restart")
Dim List_meetings_with_calendar As String
List_meetings_with_calendar = jResp.StringOf("zoom_rooms.list_meetings_with_calendar")
Dim Zr_post_meeting_feedback As String
Zr_post_meeting_feedback = jResp.StringOf("zoom_rooms.zr_post_meeting_feedback")
Dim Ultrasonic As String
Ultrasonic = jResp.StringOf("zoom_rooms.ultrasonic")
Dim Force_private_meeting As String
Force_private_meeting = jResp.StringOf("zoom_rooms.force_private_meeting")
Dim Hide_host_information As String
Hide_host_information = jResp.StringOf("zoom_rooms.hide_host_information")
Dim Cmr_for_instant_meeting As String
Cmr_for_instant_meeting = jResp.StringOf("zoom_rooms.cmr_for_instant_meeting")
Dim Auto_start_stop_scheduled_meetings As String
Auto_start_stop_scheduled_meetings = jResp.StringOf("zoom_rooms.auto_start_stop_scheduled_meetings")
Dim Admin_change_name_pic As String
Admin_change_name_pic = jResp.StringOf("security.admin_change_name_pic")
Dim Import_photos_from_devices As String
Import_photos_from_devices = jResp.StringOf("security.import_photos_from_devices")
Dim Hide_billing_info As String
Hide_billing_info = jResp.StringOf("security.hide_billing_info")
Dim Local_recording As String
Local_recording = jResp.StringOf("recording.local_recording")
Dim Cloud_recording As String
Cloud_recording = jResp.StringOf("recording.cloud_recording")
Dim Record_speaker_view As String
Record_speaker_view = jResp.StringOf("recording.record_speaker_view")
Dim Record_gallery_view As String
Record_gallery_view = jResp.StringOf("recording.record_gallery_view")
Dim Record_audio_file As String
Record_audio_file = jResp.StringOf("recording.record_audio_file")
Dim Save_chat_text As String
Save_chat_text = jResp.StringOf("recording.save_chat_text")
Dim Show_timestamp As String
Show_timestamp = jResp.StringOf("recording.show_timestamp")
Dim Recording_audio_transcript As String
Recording_audio_transcript = jResp.StringOf("recording.recording_audio_transcript")
Dim Auto_recording As String
Auto_recording = jResp.StringOf("recording.auto_recording")
Dim Cloud_recording_download As String
Cloud_recording_download = jResp.StringOf("recording.cloud_recording_download")
Dim Cloud_recording_download_host As String
Cloud_recording_download_host = jResp.StringOf("recording.cloud_recording_download_host")
Dim Account_user_access_recording As String
Account_user_access_recording = jResp.StringOf("recording.account_user_access_recording")
Dim Auto_delete_cmr As String
Auto_delete_cmr = jResp.StringOf("recording.auto_delete_cmr")
Dim Auto_delete_cmr_days As String
Auto_delete_cmr_days = jResp.StringOf("recording.auto_delete_cmr_days")
Dim Third_party_audio As String
Third_party_audio = jResp.StringOf("telephony.third_party_audio")
Dim Audio_conference_info As String
Audio_conference_info = jResp.StringOf("telephony.audio_conference_info")
Dim Call_out As String
Call_out = jResp.StringOf("tsp.call_out")
Dim Show_international_numbers_link As String
Show_international_numbers_link = jResp.StringOf("tsp.show_international_numbers_link")
Dim Display_toll_free_numbers As String
Display_toll_free_numbers = jResp.StringOf("tsp.display_toll_free_numbers")
Dim Google_calendar As String
Google_calendar = jResp.StringOf("integration.google_calendar")
Dim Google_drive As String
Google_drive = jResp.StringOf("integration.google_drive")
Dim Dropbox As String
Dropbox = jResp.StringOf("integration.dropbox")
Dim Box As String
Box = jResp.StringOf("integration.box")
Dim Microsoft_one_drive As String
Microsoft_one_drive = jResp.StringOf("integration.microsoft_one_drive")
Dim Kubi As String
Kubi = jResp.StringOf("integration.kubi")
Dim Meeting_capacity As String
Meeting_capacity = jResp.StringOf("feature.meeting_capacity")
Dim Allow_auto_active_users As Long
Allow_auto_active_users = jResp.BoolOf("other_options.allow_auto_active_users")
Dim Blur_snapshot As Long
Blur_snapshot = jResp.BoolOf("other_options.blur_snapshot")
Dim Display_meetings_scheduled_for_others As Long
Display_meetings_scheduled_for_others = jResp.BoolOf("other_options.display_meetings_scheduled_for_others")
Dim Use_cdn As String
Use_cdn = jResp.StringOf("other_options.use_cdn")
Dim Allow_users_contact_support_via_chat As Long
Allow_users_contact_support_via_chat = jResp.BoolOf("other_options.allow_users_contact_support_via_chat")
Dim Meeting_qos_and_mos As Long
Meeting_qos_and_mos = jResp.IntOf("other_options.meeting_qos_and_mos")
Dim Show_one_user_meeting_on_dashboard As Long
Show_one_user_meeting_on_dashboard = jResp.BoolOf("other_options.show_one_user_meeting_on_dashboard")
Dim Allow_users_enter_and_share_pronouns As Long
Allow_users_enter_and_share_pronouns = jResp.BoolOf("other_options.allow_users_enter_and_share_pronouns")
Dim Toll_free_and_fee_based_toll_callEnable As Long
Toll_free_and_fee_based_toll_callEnable = jResp.BoolOf("audio_conferencing.toll_free_and_fee_based_toll_call.enable")
Dim Allow_webinar_attendees_dial As Long
Allow_webinar_attendees_dial = jResp.BoolOf("audio_conferencing.toll_free_and_fee_based_toll_call.allow_webinar_attendees_dial")
Dim i As Long
i = 0
Dim count_i As Long
count_i = jResp.SizeOfArray("in_meeting.webinar_live_streaming.live_streaming_service")
Do While i < count_i
jResp.I = i
strVal = jResp.StringOf("in_meeting.webinar_live_streaming.live_streaming_service[i]")
i = i + 1
Loop
i = 0
count_i = jResp.SizeOfArray("tsp.call_out_countries")
Do While i < count_i
jResp.I = i
strVal = jResp.StringOf("tsp.call_out_countries[i]")
i = i + 1
Loop
i = 0
count_i = jResp.SizeOfArray("audio_conferencing.toll_free_and_fee_based_toll_call.numbers")
Do While i < count_i
jResp.I = i
code = jResp.StringOf("audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].code")
country_code = jResp.StringOf("audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_code")
country_name = jResp.StringOf("audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_name")
v_number = jResp.StringOf("audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].number")
display_number = jResp.StringOf("audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].display_number")
i = i + 1
Loop
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": ""
}
]
}