Register
Authentication
Register
Create a new user account.
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
User’s first name. Max 100 characters.
User’s last name. Max 100 characters.
Valid email address. Max 255 characters.
Password. Minimum 8 characters.
Invitation token if registering via an invite link.
Source of the signup (e.g.,
widget, invitation). Max 100 characters.Response
true on success.