Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis webpage details how to list customers associated with a reseller account using the Cloud Channel API, specifically with the \u003ccode\u003eListCustomers\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://cloudchannel.googleapis.com/v1/{parent=accounts/*}/customers\u003c/code\u003e is used, requiring the reseller account ID in the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e are available to refine the list, allowing for pagination and filtering of results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty and the response body, if successful, will contain a \u003ccode\u003eListCustomersResponse\u003c/code\u003e object, which contains a list of customer objects.\u003c/p\u003e\n"],["\u003cp\u003eThe request will require OAuth authorization scope: \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e, and may return \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e or \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e errors if the request is invalid or the account does not have the proper permissions.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.customers.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer)s.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n\nReturn value: List of [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer)s, or an empty list if there are no customers.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/customers`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListCustomersResponse](/channel/docs/reference/rest/v1/ListCustomersResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]