Required. The name of the client. Format: buyers/{buyerAccountId}/clients/{clientAccountId}
Query parameters
Parameters
pageSize
integer
Requested page size. If left blank, a default page size of 500 will be applied.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the [list][users.list] method.
Request body
The request body must be empty.
Response body
Response message for the [list][users.list] method.
If successful, the response body contains data with the following structure:
A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the [list][users.list] method to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["\u003cp\u003eLists all client users for a specified client using the provided HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003eparent\u003c/code\u003e path parameter to specify the client and accepts optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes an array of \u003ccode\u003eclientUsers\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required using the \u003ccode\u003ehttps://www.googleapis.com/auth/authorized-buyers-marketplace\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: buyers.clients.users.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.ListClientUsersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all client users for a specified client.\n\n### HTTP request\n\n`GET https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*/clients/*}/users`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The name of the client. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}` |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Requested page size. If left blank, a default page size of 500 will be applied. |\n| `pageToken` | `string` A token identifying a page of results the server should return. Typically, this is the value of [ListClientUsersResponse.nextPageToken](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users/list#body.ListClientUsersResponse.FIELDS.next_page_token) returned from the previous call to the \\[list\\]\\[users.list\\] method. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the \\[list\\]\\[users.list\\] method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"clientUsers\": [ { object (/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users#ClientUser) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `clientUsers[]` | `object (`[ClientUser](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users#ClientUser)`)` The returned list of client users. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListClientUsersRequest.pageToken](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the \\[list\\]\\[users.list\\] method to retrieve the next page of results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/authorized-buyers-marketplace`"]]