[[["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 2025-03-10 UTC."],[[["This API retrieves a User object, providing details about a specific user within the Ad Manager network."],["To get the current user's information, use the resource name `networks/{networkCode}/users/me` with a GET request."],["The request requires authorization with the `https://www.googleapis.com/auth/admanager` scope."],["The response will contain a User object with the requested user's details if the request is successful."]]],["This API retrieves a User object using a `GET` request to `https://admanager.googleapis.com/v1/{name}`. The `name` path parameter, formatted as `networks/{networkCode}/users/{userId}`, is required to specify the user. Alternatively, `networks/{networkCode}/users/me` fetches the current user. The request body must be empty. A successful response returns a User object. Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope.\n"]]