Registers a new user, optionally creates a new workspace account or accepts an invitation token.
Register User / Account
POST
/v1/registrations
Parameters
| Name | Type | Description |
|---|---|---|
emailrequired | string | User email address |
passwordrequired | string | User password |
first_name | string | First name |
last_name | string | Last name |
account_name | string | Workspace / company name |
invitation_token | string | Invitation token if joining team |