自
2025 年 9 月 8 日起,每個新委刊項都必須聲明是否會放送歐盟政治廣告。如果透過 Display & Video 360 API 和 SDF 上傳的檔案未提供聲明,系統就會失敗。如要進一步瞭解如何更新整合服務以進行這項聲明,請參閱
淘汰項目頁面。
Method: users.create
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
建立新使用者。如果成功,就會傳回新建立的使用者。
此方法有獨特的驗證要求。使用這個方法前,請先參閱《管理使用者指南》中的必要條件。
「試試這個方法」功能不適用於這個方法。
HTTP 要求
POST https://displayvideo.googleapis.com/v3/users
這個網址使用 gRPC 轉碼語法。
回應主體
如果成功,回應主體會包含新建立的 User
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/display-video-user-management
詳情請參閱 OAuth 2.0 Overview。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eCreates a new Display & Video 360 user and returns the user details upon successful creation.\u003c/p\u003e\n"],["\u003cp\u003eThis method requires specific authentication outlined in the Managing Users guide, accessible via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe request should be a POST request to the specified URL with the user details in the request body as defined in the User resource.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video-user-management\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: users.create\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a new user. Returns the newly created user if successful.\n\nThis method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method.\n\nThe \"Try this method\" feature does not work for this method.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v3/users`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains an instance of [User](/display-video/api/reference/rest/v3/users#User).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [User](/display-video/api/reference/rest/v3/users#User).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video-user-management`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]