Method: accounts.clients.users.get

  • Retrieves information about an existing client user within a specific client account and sponsor buyer account.

  • Requires providing the numerical IDs for the sponsor buyer account, client buyer account, and the user.

  • Uses an HTTP GET request with a specific URL structure and no request body.

  • Returns a ClientUser object containing the user's details if the request is successful.

  • Needs authorization with the https://www.googleapis.com/auth/adexchange.buyer 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