Method: users.get
ユーザーを取得します。
この方法には独自の認証要件があります。この方法を使用する前に、ユーザー管理ガイドの前提条件をお読みください。
この方法では [Try this method] 機能は利用できません。
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/users/{userId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
userId |
string (int64 format)
必須。フェッチするユーザーの ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には User
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video-user-management
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-06 UTC。
[null,null,["最終更新日 2024-11-06 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."]]],[]]