Auth Forgot Password
End-Point
This API is used to send the reset password url to a specified account. Note: If you have the UserName workflow enabled, you may replace the 'email' parameter with 'username'
- Definition
- Try It Out
- Code
Get Parameters
apikey :
Login Radius API Key [REQUIRED]
resetpasswordurl :
Url to which user should get re-directed to for resetting the password
emailtemplate :
Name of the email template
Post Parameters
email/Username :
To initiate the password reset process, please provide the user's email or username. In either case, the user will receive a reset password link via email. [REQUIRED]
g-recaptcha-response :
Required to pass the acknowledgement received by Google in Google recaptcha authorisation process when the API has been protected under the Bot Protection feature.