Register
Creates a new user account.
Request body
The user's email address
The language of the new user. Must be a valid IETF BCP 47 language code and exist in Vikunja.
The user's password in clear text. Only used when registering the user. The maximum limi is 72 bytes, which may be less than 72 characters. This is due to the limit in the bcrypt hashing algorithm used to store passwords in Vikunja.
The user's username. Cannot contain anything that looks like an url or whitespaces.
Response
OK
BotOwnerID is the ID of the owning (human) user if this user is a bot. A non-zero value means this user is a bot and cannot authenticate via password.
A timestamp when this task was created. You cannot change this value.
The user's email address.
The unique, numeric id of this user.
The full name of the user.
A timestamp when this task was last updated. You cannot change this value.
The username of the user. Is always unique.