listCustomers
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
company(以下简称“客户”)表示拥有零触摸账号的唯一组织。此方法会列出与您的转销商账号关联的客户。
方法签名
public ListCustomersResponse listCustomers(ListCustomersRequest request)  throws CommonException;
ListCustomersRequest
| 属性名称 | 
值 | 
必填 | 
说明 | 
pageSize | 
int | 
否 | 
页面大小,最大为 100。如果大于 100 或 null,则使用 100。 | 
pageToken | 
string | 
否 | 
页面令牌。如果为空,则返回第一页。 | 
vendorParams | 
map | 
否 | 
额外字段,供应商指定的键值对。 | 
ListCustomersResponse
| 属性名称 | 
值 | 
说明 | 
customers | 
object(Company)的列表 | 
与转销商关联的客户列表。 | 
totalCount | 
int | 
与请求匹配的设备总数。 | 
nextPageToken | 
strong | 
下一页面令牌。对于最后一页,此值为空。 | 
vendorParams | 
map | 
额外字段,供应商指定的键值对。 | 
错误行为
如果发生错误,该库会抛出包含以下错误代码之一的 CommonException:
| 错误代码 | 
INTERNAL_SERVER_ERROR | 
INVALID_PAGE_TOKEN | 
  
  
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-08-29。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-08-29。"],[],["The `listCustomers` method retrieves a list of customer organizations associated with a reseller account. It accepts a `ListCustomersRequest` with optional `pageSize` (up to 100), `pageToken`, and `vendorParams`. The response, `ListCustomersResponse`, includes a list of `customers`, `totalCount`, `nextPageToken` for pagination, and `vendorParams`. Errors are returned as `CommonException` with codes like `INTERNAL_SERVER_ERROR` or `INVALID_PAGE_TOKEN`.\n"]]