List Business Profile accounts
list_accountsRetrieve Google Business Profile accounts accessible to you, including type, role, and verification state. Paginate to fetch all accounts, as pages are limited to 20.
Instructions
Lists all Google Business Profile accounts the authenticated user can access (the personal account first). Each account has name (accounts/{id} — the id feeds the accountId of other tools), accountName, type (PERSONAL / LOCATION_GROUP / USER_GROUP / ORGANIZATION), role, and verificationState. The API caps pageSize at 20 (unusually small), so follow nextPageToken to see every account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter expression, e.g. "type=USER_GROUP". Omit to list every account. | |
| pageSize | No | Accounts per page (1..20 — the API's hard cap; default 20). | |
| pageToken | No | nextPageToken from the previous page. | |
| parentAccount | No | Account id or accounts/{id}: list this account's sub-accounts instead of top-level ones. |