Accept Invitation Verification
POST/invitations/verifications/:token
Verify an invited user's email using the invitation token and mark the account as verified. When no password is set yet, the response prompts for account setup instead. Responds 401 for an invalid token and 403 when the link has expired.
Request
Responses
- 200
- 400
- 401
- 403
- 422
Successful Response
Verification token invalid or not found in database.
Token is expired or not valid.
Token is expired or not valid.
Token input is required for this endpoint.