Skip to main content

Register a new account

POST 

/api/auth/signup

Self-service account registration. New accounts are created with no elevated privileges; access is granted later through the staff-only user-management routes. Gated by the allowSignup system setting, and protected by a tiered rate limiter: repeated attempts escalate from silent friction, to a captcha challenge (428), to an outright block (429). The password must satisfy the strength policy.

View source

Request

Responses

Account created.