POST

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'

Layer 1 REQUEST

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.
Layer 1 RESPONSE
Output Format
{
  "IsPosted": true
}
Layer 1 REQUEST

Query

apikey*
resetpasswordurl
emailtemplate

Header

content-Type

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs