Method: customers.listAccessibleCustomers

Returns resource names of customers directly accessible by the user authenticating the call.

List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP request

GET https://googleads.googleapis.com/v14/customers:listAccessibleCustomers

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

Response message for CustomerService.ListAccessibleCustomers.

If successful, the response body contains data with the following structure:

JSON representation
{
  "resourceNames": [
    string
  ]
}
Fields
resourceNames[]

string

Resource name of customers directly accessible by the user authenticating the call.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.