Auth

Register account

Create a new user account with email and password. Requires CAPTCHA verification. User account is created but must verify email before logging in.

post/auth/register

Request body

emailstring email
usernamestring
global_namestring

Display name shown to other users

passwordstring
date_of_birthstring

Date of birth in YYYY-MM-DD format

consentboolean

Whether user consents to terms of service

invite_codestring nullable

Guild invite code to join after registration

registration_url_codestring nullable

Admin-issued registration URL code to use for this registration

theme'dark' | 'dark_legacy' | 'coal' | 'light' | 'system'

Initial UI theme preference for the new account

Response

Success

OR
OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.