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.
HTTP request
GET https://mybusiness.googleapis.com/v4/accounts
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
How many accounts to fetch per page. Default is 20, minimum is 2, and maximum page size is 20. |
pageToken |
If specified, the next page of accounts is retrieved. The |
name |
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 |
filter |
A filter constraining the accounts to return. The response includes only entries that match the filter. If For example, a request with the filter |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for Accounts.ListAccounts.
JSON representation | |
---|---|
{
"accounts": [
{
object ( |
Fields | |
---|---|
accounts[] |
A collection of accounts to which the user has access. The personal account of the user doing the query will always be the first item of the result, unless it is filtered out. |
nextPageToken |
If the number of accounts exceeds the requested page size, this field is populated with a token to fetch the next page of accounts on a subsequent call to |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.