The Display & Video 360 API now supports Demand Gen resource management. See our
new guide to learn how to build and run a Demand Gen ad campaign.
Method: users.create
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
Display & Video 360 API v2 has sunset.
This document provides reference information for creating a new user via an HTTP POST request to https://displayvideo.googleapis.com/v2/users.
Creating a user requires specific authentication requirements and a specific OAuth scope.
The "Try this method" feature is not functional for this method.
Display & Video 360 API v2 has sunset.
Creates a new user. Returns the newly created user if successful.
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
POST https://displayvideo.googleapis.com/v2/users
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of User .
Response body
If successful, the response body contains a newly created 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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["The Display & Video 360 API v2 is no longer available. To create a new user, send a POST request to `https://displayvideo.googleapis.com/v2/users` with a user instance in the request body. Successful requests return the newly created user. Unique authentication prerequisites apply, detailed in the Managing Users guide, and the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope is required. Note: the \"Try this method\" feature is not supported.\n"]]