Skip to main content

POST web/register/create

Create a new registration for a user.

Note

This is a privileged endpoint. Only authorised queries will be processed.

Parameters

username string
User IGN.

email string
Email of the requested user.

password string
Password that user has inserted.

confirmPassword string
The same as password hopefully.

Examples

{
"username": "shadowolfyt",
"email": "[email protected]",
"password": "______",
"confirmPassword": "______"
}

Response

{
"success": true,
"message": "You are now successfully registered. Please go back and login to get started!"
}

A new account for user shadowolfyt has been created. This will initiate the verification process (TODO: Clarification on whether is the case).