Method: users.get
Gets a user.
This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method.
The "Try this method" feature does not work for this method.
HTTP request
GET https://displayvideo.googleapis.com/v3/users/{userId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
userId |
string (int64 format)
Required. The ID of the user to fetch.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of User
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video-user-management
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-09 UTC.
[null,null,["Last updated 2025-01-09 UTC."],[[["This guide details how to get information about a specific user within the Display & Video 360 platform using an HTTP GET request."],["Authentication is required and specific prerequisites outlined in the Managing Users guide must be met to use this method."],["The request requires a `userId` path parameter, while the request body should remain empty, with a successful response returning a `User` object containing the requested user's information."],["Authorization using the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope is necessary."],["The \"Try this method\" feature is unavailable for this particular method."]]],[]]