Sign up
POST/signup/
Body: { "username": "…", "password": "…", "email": "…", "organization_name": "…" }
Creates a new user with is_active=False, a new Organization (the user becomes its admin via a global UserRole), and sends a verification email. User must verify email before logging in.
Request
Responses
- 201