GET /accounts/{accountId}/settings

Get the settings of an account.
To get the settings of a master account, use me as the value for the accountId path parameter.

Prerequisites:


**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`

Servers

Path parameters

Name Type Required Description
accountId String Yes

The account ID.

Query parameters

Name Type Required Description
option String No

meeting_authentication: Use this query parameter to view meeting authentication configuration applied on the account.
recording_authentication: Use this query parameter to view recording authentication configuration applied on the account.
security: Use this query parameter to view security settings such as password requirements for user login, two factor authentication etc., applied on the account.
meeting_security: Use this query parameter to view meeting security settings applied on the account.

Valid values:

  • "recording_authentication"
  • "meeting_authentication"
custom_query_fields String No

Provide the name of the field by which you would like to filter the response. For example, if you provide "host_video" as the value of this field, you will get a response similar to the following:
{ "schedule_meeting": { "host_video": false } }
You can provide multiple values by separating them with commas(example: "host_video,participant_video”).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.