Method: buyers.clients.users.get

  • Retrieves details for an existing client user within the Authorized Buyers Marketplace.

  • Requires authorization with the https://www.googleapis.com/auth/authorized-buyers-marketplace scope.

  • Uses a GET request with the client user's resource name specified in the URL path.

  • The response provides a ClientUser object containing the user's information.

  • The request body should be empty.

Retrieves an existing client user.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/clients/*/users/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}

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/authorized-buyers-marketplace