Method: customers.listAccessibleCustomers

返回对通话进行身份验证的用户可直接访问的客户的资源名称。

抛出的错误列表:AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP 请求

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

网址采用 gRPC 转码语法。

请求正文

请求正文必须为空。

响应正文

CustomerService.ListAccessibleCustomers 的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "resourceNames": [
    string
  ]
}
字段
resourceNames[]

string

对通话进行身份验证的用户可直接访问的客户资源名称。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅 OAuth 2.0 概览