Skip to main content

RegisterRequest

emailstring

The email address of the user

Example: jsnow@example.com
first_namestring

The first name of the user

Example: Jon
last_namestring

The last name of the user

Example: Snow
passwordstring

The password to be used for authentication after registration

Example: Wint3rIsC0ming123!
tokenstringnullable

A newly invited user can use this to join a org as at the same time they are creating their account

RegisterRequest
{
"email": "jsnow@example.com",
"first_name": "Jon",
"last_name": "Snow",
"password": "Wint3rIsC0ming123!",
"token": "string"
}