Method: users.get
Pobiera użytkownika.
Ta metoda ma unikalne wymagania dotyczące uwierzytelniania. Zanim użyjesz tej metody, zapoznaj się z wymaganiami w przewodniku Zarządzanie użytkownikami.
Funkcja „Wypróbuj tę metodę” nie działa w przypadku tej metody.
Żądanie HTTP
GET https://displayvideo.googleapis.com/v3/users/{userId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
userId |
string (int64 format)
Wymagany. Identyfikator użytkownika do pobrania.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu User
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/display-video-user-management
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-02-25 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."]]],["This describes retrieving a user via a `GET` request to `https://displayvideo.googleapis.com/v3/users/{userId}`. The `userId`, a required parameter, specifies the user to fetch. The request body must be empty. A successful response returns a `User` object. Specific authentication is required, and the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope is necessary. The \"Try it\" function is not available for this method, and prerequisites should be reviewed before usage.\n"]]