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-01-06 UTC."],[[["Lists all client users for a specified client using an HTTP GET request."],["Requires the `parent` path parameter to specify the client and accepts optional `pageSize` and `pageToken` query parameters for pagination."],["The response body includes an array of `clientUsers` and a `nextPageToken` for retrieving subsequent pages."],["Authorization requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."]]],["This describes the process to list client users for a specific client via an API. It uses a `GET` request to a URL, including a required `parent` path parameter (client name). Optional query parameters `pageSize` (default 500) and `pageToken` can be used for pagination. The request body must be empty. A successful response includes a list of `clientUsers` and a `nextPageToken` for further pagination. The operation requires OAuth scope: `https://www.googleapis.com/auth/authorized-buyers-marketplace`.\n"]]