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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"token":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"redirectUrl":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}