Method: users.create
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The create method is used to create a new user and returns the newly created user if successful.
This method has unique authentication requirements outlined in the Managing Users guide and the "Try this method" feature is not available for it.
The HTTP request is a POST request to https://displayvideo.googleapis.com/v4/users and uses gRPC Transcoding syntax.
The request and response bodies both contain an instance of a User.
This method requires the https://www.googleapis.com/auth/display-video-user-management OAuth scope for authorization.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],["The Display & Video 360 API v4, in beta, allows creating new users via a POST request to `https://displayvideo.googleapis.com/v4/users`. The request body requires a User instance, and a successful response returns the newly created User instance. Unique authentication using the `https://www.googleapis.com/auth/display-video-user-management` OAuth scope is needed. The \"Try this method\" feature is not operational. Prerequisites must be reviewed before use. The URL uses gRPC Transcoding syntax.\n"]]