Numerical account ID of the sponsor buyer of the client to list users for. (required)
clientAccountId
string
The account ID of the client buyer to list users for. (required) You must specify either a string representation of a numerical account identifier or the - character to list all the client users for all the clients of a given sponsor buyer.
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
[[["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 2024-09-18 UTC."],[[["Lists all known client users for a specified sponsor buyer account, optionally filtering by a specific client account."],["The request requires specifying the sponsor buyer account ID and optionally the client account ID in the URL path."],["Results can be paginated using `pageSize` and `pageToken` query parameters."],["The response includes a list of client users and a token for retrieving the next page of results, if available."],["Requires authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["This describes how to list client users for a sponsor buyer account using a `GET` request. The request URL requires `accountId` and `clientAccountId` path parameters. Optional query parameters include `pageSize` and `pageToken` for pagination. The request body must be empty. A successful response returns a JSON body containing a list of `users` and an optional `nextPageToken` for further pagination. The request needs `https://www.googleapis.com/auth/adexchange.buyer` authorization scope.\n"]]