Skip to main content
POST
Register
Creates a new user account and returns a JWT token. An organization and default project are automatically created for the new user.

Request body

string
required
User’s first name. Max 100 characters.
string
User’s last name. Max 100 characters.
string
required
Valid email address. Max 255 characters.
string
required
Password. Minimum 8 characters.
string
Invitation token if registering via an invite link.
string
Source of the signup (e.g., widget, invitation). Max 100 characters.

Response

boolean
true on success.
object