Skip to main content
POST
Create account

Body

application/json
name
string
required

Account name that members of the account will be using when signing in. It is case-insensitive. Heading and trailing spaces are trimmed

root_email
string<email>
required

Root user email. A user is not allowed to use the same email as a root email for multiple accounts.

password
string<password>
required

Root user password. It has to be a new password if the user is new to the system. If the user exists, they must provide their current password. New password requirements:

  • Minimum length: 8 characters
  • Must contain at least one uppercase letter
  • Must contain at least one lowercase letter
  • Must contain at least one digit (number)
  • Must contain at least one special character (punctuation or symbol)
  • Maximum length: 99 characters
root_first_name
string

Root user first name

root_last_name
string

Root user last name

country
string

Country

company_name
string

Company name

address
string

Company address

website
string

Company website

phone_number
string

Company phone number

Response

Account created successfully

data
object
required