Complete User Registration
POST/registrations/verifications/:token
Finalize registration for the user matching the verification token: sets the username and password, marks the account as verified, and updates any pending invitation. 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.
Email is not registered.
Token is expired or not valid.
Token input is required for this endpoint.