Register User
POST/registrations
Register a new user with email and password (no OAuth) and send a verification email. Re-registering an unverified email resends the verification, rate-limited to 3 resends per hour. Responds 409 when the email is already registered and verified; registration is also subject to geo-location restrictions.
Request
Responses
- 200
- 409
- 422
- 500
- 503
Successful Response
The user already exists
The user was not have correct request.
Internal server error
Outbound email is not configured on this deployment, so the verification link cannot be delivered. Set EMAIL_HOST, or declare EMAIL_DELIVERY_MODE=disabled to skip sending mail instead. The account is still not verified at creation in either mode — an administrator must activate it out of band.