Create Account
POST /v1/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
Auth0 user ID associated with this account
string
account_email
Email address for this account
string
global_admin
Is this account a global admin
boolean
description
Description for this account
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string