Activate user by third party activation code

POST {{baseUrl}}/api/user/activate-by-third-party-activation-code

Activate a user that was created by a third party. This function is only available through a JWT token.

Request Body

{"activationCode"=>"<string>", "password"=>"<string>", "username"=>"<string>", "name"=>"<string>", "privacyPolicy"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;token&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;redirectUrl&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}