Method: buyers.clients.users.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document provides a reference for retrieving an existing client user using an HTTP GET request.
The request requires specifying the client user's name in the URL path, which follows a specific format including the buyer account ID, client account ID, and user ID.
The request body should be empty.
A successful response returns a ClientUser object in the response body.
The request requires authorization using the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope.
[[["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."],[],["The core content describes how to retrieve an existing client user via a `GET` HTTP request to a specific URL, structured using gRPC Transcoding. The required `name` path parameter, a string, specifies the user's location in the format `buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}`. The request body should be empty. A successful response returns a `ClientUser` instance. Authorization requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope.\n"]]