v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13111427.2 KB
accounts

Lists all of the accounts for the authenticated user. This includes all accounts that the user owns, as well as any accounts for which the user has management rights.

get/v1/accounts

Query parameters

filterstring

Optional. A filter constraining the accounts to return. The response includes only entries that match the filter. If filter is empty, then no constraints are applied and all accounts (paginated) are retrieved for the requested account. For example, a request with the filter type=USER_GROUP will only return user groups. The type field is the only supported filter.

pageSizeinteger

Optional. How many accounts to fetch per page. The default and maximum is 20.

pageTokenstring

Optional. If specified, the next page of accounts is retrieved. The pageToken is returned when a call to accounts.list returns more results than can fit into the requested page size.

parentAccountstring

Optional. The resource name of the account for which the list of directly accessible accounts is to be retrieved. This only makes sense for Organizations and User Groups. If empty, will return ListAccounts for the authenticated user. accounts/{account_id}.

Response

Successful response