Skip to main content
POST
Register user
Creates a new tenant user. Requires X-API-Key. Replace {project_id} with your project UUID.

Request body

string
required
Valid email, max 320 characters.
string
required
8–128 characters.
string
Display name, max 256 characters.
string
Phone string, max 32 characters.
object
Arbitrary JSON metadata.

Response

string
JWT access token.
string
Refresh token (single-use chain).
string
Always bearer.
integer
Access token lifetime in seconds.
boolean
false when email verification is off and tokens are returned.
string | null
Previous sign-in method for UX hints (null on first registration).

Status codes