Activate user by third party activation code
Activate a user that was created by a third party. This function is only available through a JWT token.
Authorizations
Body
activationCodestringrequired
passwordstringrequired
Password, minimum length 8 characters.
namestringoptional
Your name
Example:
Jan Jongboom
usernamestringrequired
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._-]+(?<![_.])$
.
Example:
janjongboom
privacyPolicybooleanoptional
Whether the user accepted the privacy policy
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?