RegisterRequest
emailstring
The email address of the user
Example:
jsnow@example.comfirst_namestring
The first name of the user
Example:
Jonlast_namestring
The last name of the user
Example:
Snowpasswordstring
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"
}