Authentication

Register as a new user (if allowed)

Does not use authentication. Requires username, password and email.

post/register

Query parameters

usernamestring required
passwordstring required

hash('sha256', password)

emailstring required
fullnamestring

Response

Success or error

object required

Changes