action zoom_accounts { label: "List sub accounts" description: "List all the sub accounts that have been created by a master account.

Zoom allows only [approved partners](https://marketplace.zoom.us/docs/api-reference/master-account-apis) to use master APIs and manage sub accounts. Email the partner programs team at **partner-success@zoom.us** for more details.\n\n
**Prerequisites:**
\n* Pro or a higher paid account with master account option enabled.
\n\n**Scope**: `account:read:admin`\n
**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`
\n\n" provider: zoom method: GET path: "/accounts" encoding: json input: { type: "object" properties: { next_page_token: { type: "string" } page_number: { type: "integer" } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" description: "List of Accounts." } }