POST
/
api
/
invite
/
accept
/
{token}

Path Parameters

token
string
required

Body

application/json
firstName
string
required

First name of the user to invite

Example:

"John"

lastName
string
required

Last name of the user to invite

Example:

"Doe"

password
string
required

Password for the invited user

Example:

"StrongPassword123!"