Method: users.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1 has been sunset.
This page provides information about getting a user via the Display & Video 360 API v1, including the HTTP request, path parameters, request body, response body, and authorization scopes.
Getting a user with this method has unique authentication requirements outlined in the Managing Users guide.
The "Try this method" feature is not available for this method.
The required authorization scope for this method is https://www.googleapis.com/auth/display-video-user-management.
[[["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 outlines how to retrieve a user via the Display & Video 360 API, noting that version 1 is no longer available. A `GET` request to `https://displayvideo.googleapis.com/v1/users/{userId}` is required, with the `userId` specified as a path parameter. The request body should be empty. Successful requests return a `User` instance in the response body. Utilizing this method requires specific prerequisites from the Managing Users guide, and the scope `https://www.googleapis.com/auth/display-video-user-management` for authorization.\n"]]