Method: accounts.clients.users.get
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
This document details how to retrieve an existing client user.
The method uses an HTTP GET request to a specified URL with path parameters for account, client account, and user IDs.
The request body must be empty, and a successful response returns a ClientUser instance.
This operation requires the https://www.googleapis.com/auth/adexchange.buyer authorization scope.
Retrieves an existing client user.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters
accountId
string (int64 format)
Numerical account ID of the client's sponsor buyer. (required)
clientAccountId
string (int64 format)
Numerical account ID of the client buyer that the user to be retrieved is associated with. (required)
userId
string (int64 format)
Numerical identifier of the user to retrieve. (required)
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ClientUser .
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["This document outlines the process of retrieving a client user via a `GET` request to a specified URL. The URL structure requires three path parameters: `accountId`, `clientAccountId`, and `userId`, all numerical IDs. The request body must be empty. A successful request returns a `ClientUser` instance. This action requires the OAuth scope: `https://www.googleapis.com/auth/adexchange.buyer`. There is also a functionality to test it directly called `Try it!`\n"]]