Skip to main content

Create Account

POST 

/v1/account

Create a new account, requires globalAdmin:: permissions

Request

Body

required

    account_id uuidrequired

    Account id

    first_name First Name (string)required

    Name for this account

    last_name Last Name (string)required

    Last name for this account

    nickname Nickname (string)required

    Nickname for this account

    account_email Account Email (string)required

    Email address for this account

    password Password (string)required

    Password for this account

Responses

Successful Response

Schema

    account_id uuidrequired

    Account id

    Auth0_account_Id Auth0 Account Id (string)

    Possible values: non-empty and <= 50 characters

    Auth0 user ID associated with this account

    account_email Account Email (string)

    Email address for this account

    global_admin Global Admin (boolean)

    Is this account a global admin

    description Description (string)

    Description for this account

Loading...