Chilkat Online Tools

Unicode C++ / Zoom API / Get settings

Back to Collection Items

void ChilkatSample(void)
    {
    queryParams.UpdateString(L"option",L"meeting_security");    queryParams.UpdateString(L"custom_query_fields",L"quis officia in reprehenderit");    http.put_AuthToken(L"<access_token>");    resp->GetBodySb(sbResponseBody);    jResp.LoadSb(sbResponseBody);    jResp.put_EmitCompact(false);    jResp.put_I(i);    strVal = jResp.stringOf(L"in_meeting.webinar_live_streaming.live_streaming_service[i]");    i = i + 1;    i = 0;    count_i = jResp.SizeOfArray(L"tsp.call_out_countries");    jResp.put_I(i);    strVal = jResp.stringOf(L"tsp.call_out_countries[i]");    i = i + 1;    i = 0;    count_i = jResp.SizeOfArray(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers");    jResp.put_I(i);    code = jResp.stringOf(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].code");    country_code = jResp.stringOf(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_code");    country_name = jResp.stringOf(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].country_name");    v_number = jResp.stringOf(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].number");    display_number = jResp.stringOf(L"audio_conferencing.toll_free_and_fee_based_toll_call.numbers[i].display_number");    i = i + 1;
    }

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": ""
    }
  ]
}