GET /accounts/{accountId}/managed_domains
Get a sub account's managed domains.
Note: This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have master and sub accounts options enabled.
To get managed domains of the master account, provide me as the value for accountId in the path parameter. Provide the sub account's Account ID as the value of accountId path parameter to get managed domains of the sub account.
Prerequisites:
- Pro or a higher paid account with master account option enabled.
Scope: account:read:admin
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Unique Identifier of the account. To retrieve locked settings of the master account or a regular account, provide "me" as the value of this field. |
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.