POST /api/v1/register
No authentication required.
Creates the user, creates an initial organization with the caller as owner, and generates an email verification token. The verification token is sent out-of-band (email delivery); the endpoint returns only the created user object.
Request body
Display name for the new user.
Email address used to log in. Must be in valid email format and must be unique.
Account password.
Response
The newly created user.
Errors
| Status | When |
|---|---|
400 | Request body is invalid or missing required fields |
409 | An account with this email already exists |