Skip to main content
POST
Register
Creates a new user account and sends a verification email to confirm the email address. The account cannot be used to log in until the email is verified.

Auth

None required.

Rate Limit

20 requests per minute per IP.

Request Body

string
required
User email address. Must be a valid email format, between 5 and 255 characters.
string
required
Account password. Minimum 8 characters, maximum 128 characters.
string
required
User’s full display name. Between 1 and 255 characters.

Response

string
Confirmation message.
string
The newly created user’s ID.

Errors

Example