Required. The resource name of the reseller's customer account to list entitlements for. Parent uses the format: accounts/{account_id}/customers/{customer_id}
Query parameters
Parameters
pageSize
integer
Optional. Requested page size. Server might return fewer results than requested. If unspecified, return at most 50 entitlements. The maximum value is 100; the server will coerce values above 100.
[[["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 API endpoint retrieves a list of Entitlements for a specified customer account, identified by the \u003ccode\u003eparent\u003c/code\u003e path parameter in the format \u003ccode\u003eaccounts/{account_id}/customers/{customer_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method used is \u003ccode\u003eGET\u003c/code\u003e, and the URL structure follows gRPC Transcoding syntax, with the \u003ccode\u003eparent\u003c/code\u003e path parameter being mandatory.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e, allow for pagination of the results, where the server may return up to 50 entitlements, with a max of 100.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response includes a JSON array of \u003ccode\u003eentitlements\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e string for subsequent pages if necessary.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope, and possible error codes include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e and \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.customers.entitlements.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 - [JSON representation](#body.ListEntitlementsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists [Entitlement](/channel/docs/reference/rest/v1/accounts.customers.entitlements#Entitlement)s belonging to a customer.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The customer doesn't belong to the reseller.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n\nReturn value: A list of the customer's [Entitlement](/channel/docs/reference/rest/v1/accounts.customers.entitlements#Entitlement)s.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*/customers/*}/entitlements`\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\nResponse message for [CloudChannelService.ListEntitlements](/channel/docs/reference/rest/v1/accounts.customers.entitlements/list#google.cloud.channel.v1.CloudChannelService.ListEntitlements).\n\nIf successful, the response body contains data with the following structure:\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)."]]