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:
- The account must be a paid account.
Scopes:account:read:admin
**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
The account ID. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
option |
String | No |
Valid values:
|
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: |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.