Skip to content

Create Account

POST
/v1/account

Create a new account, requires globalAdmin:: permissions

Authorizations

Request Body required

object
account_id
required

Account id

string format: uuid
first_name
required

Name for this account

string
last_name
required

Last name for this account

string
nickname
required

Nickname for this account

string
account_email
required

Email address for this account

string
password
required

Password for this account

string

Responses

200

Successful Response

object
account_id
required

Account id

string format: uuid
Auth0_account_Id
required

Auth0 user id which this account links to

string
>= 1 characters <= 50 characters
account_email
required

Email address for this account

string
global_admin

Is this account a global admin

boolean

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string