Skip to main content

createUser

Creates a new user

Request Body

Information required to create a user

username string REQUIRED

The username to create an account. Must be only letters and numbers, and ONE underscore allowed.

password string REQUIRED

The password to use on the new account. Must contain at least one lowercase and uppercase letter, one number, and one special character.

email string REQUIRED

The email to use on the new account. Must be a valid email.

inviteCode string

The provided invite code. Check if required with /isInviteCodeRequired

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response

UserData object

The returned private UserData