Method: users.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page provides documentation for the GET method to retrieve a user resource.
The request uses an HTTP GET request to a specific URL containing the user ID as a path parameter.
The request requires the userId parameter, which is a string representing the 64-bit integer ID of the user to be fetched.
The request body must be empty.
A successful response returns a User resource in the response body and requires the https://www.googleapis.com/auth/display-video-user-management 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."],[],["This outlines how to retrieve a user via an HTTP GET request. The request URL is `https://displayvideo.googleapis.com/v1beta2/users/{userId}`, using gRPC Transcoding syntax. The `userId` parameter, a required string, specifies the user to be fetched. The request body must be empty. A successful request returns a `User` instance in the response body. The `https://www.googleapis.com/auth/display-video-user-management` OAuth scope is required for authorization.\n"]]