Method: users.create
新しいユーザーを作成します。成功した場合は、新しく作成されたユーザーを返します。
この方法には独自の認証要件があります。この方法を使用する前に、ユーザー管理ガイドの前提条件をお読みください。
この方法では [この方法を試す] 機能は使用できません。
HTTP リクエスト
POST https://displayvideo.googleapis.com/v3/users
この URL は gRPC Transcoding 構文を使用します。
リクエストの本文
リクエストの本文には User
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された User
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video-user-management
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-09 UTC。
[null,null,["最終更新日 2025-01-09 UTC。"],[[["Creates a new Display & Video 360 user and returns the user details upon successful creation."],["This method requires specific authentication outlined in the Managing Users guide, accessible via the provided link."],["The request should be a POST request to the specified URL with the user details in the request body as defined in the User resource."],["Authorization requires the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope."]]],[]]