Register

Create a new user account.

Register

post
/auth/register/{token}

Register by organization user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired

Invitation token

Body
usernamestringRequired

User email

Example: [email protected]
passwordstringRequired

Password

Example: 123456
firstNamestringRequired

First name

Example: John
lastNamestringRequired

Last name

Example: Doe
tokenstringRequired

Recaptcha token

Example: 0a6ccf4046b552a92c6b026b414fe28f
Responses
post
/auth/register/{token}

Last updated

Was this helpful?