Create account
Account Management
Create account
- Creates a new account and a user if the provided email does not exist on the system.
- Associates the user with the account with root privileges.
- Sends an email to the user to verify their email address if the email is not already verified on the system.
- A user can be a member of any number of accounts but they can be a root of at most one account.
POST
Create account
Body
application/json
Account name that members of the account will be using when signing in. It is case-insensitive. Heading and trailing spaces are trimmed
Root user email. A user is not allowed to use the same email as a root email for multiple accounts.
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 user first name
Root user last name
Country
Company name
Company address
Company website
Company phone number
Response
Account created successfully