Activate a user that was created by a third party. This function is only available through a JWT token.
Password, minimum length 8 characters.
Your name
"Jan Jongboom"
Username, minimum 4 and maximum 30 characters. May contain alphanumeric characters, hyphens, underscores and dots. Validated according to ^(?=.{4,30}$)(?![_.])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$
.
"janjongboom"
Whether the user accepted the privacy policy
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
JWT token, to be used to log in in the future through JWTAuthentication
Redirect URL to follow to complete login