Create a new user.

Prev Next
Post
/v1/users

Sign up a new user.

Body parameters

Request to create a new user.

object
user_email
string Required

User's email address.

user_password
string (password) Required

The password to assign to this user in Confidential Computing Manager.

first_name
string
last_name
string
recaptcha_response
string
Responses
201

Created user details.

object
user_id
string (uuid)

User Id.

first_name
string

First Name.

last_name
string

Last Name.

user_email
string

User Email.

last_logged_in_at
integer (int64)

Last login time of user.

created_at
integer (int64)

Creation time of user.

email_verified
boolean

Whether this user's email has been verified.

status
string

Status of a user.

Valid values[ "ACTIVE", "PENDING", "DISABLED" ]
roles
Array of string (AccessRoles)
string

Roles of a user.

Valid values[ "READER", "WRITER", "MANAGER" ]
user_account_status
string

Status of an Account for a user.

Valid values[ "ACTIVE", "PENDING", "DISABLED" ]
accepted_latest_terms_and_conditions
boolean

Whether this user has accepted latest terms and conditions or not.

new_email
string

User’s new email address before it has been confirmed.