auth-controller
Check Activate User Token (checkActivateToken)
Checks the activation token and forwards user to 'Create Password' page. If token is valid, returns '303 See Other' (redirect) response code with the correct address of 'Create Password' page and same 'activateToken' specified in the URL parameters. If token is not valid, returns '409 Conflict'. If token is expired, redirects to error page.
get/api/noauth/activate
Query parameters
activateTokenstring required
The activate token string.
Response
OK
object required