HomeAPI DocumentationLogin / Password Resetapi/PasswordReset

4.4. api/PasswordReset

This API call is used to reset a user's password.

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
val Should be obtained as a querystring value on your page (sent as part of password reset email) and denotes the encrypted users email address. This value is required and cannot be an empty string. String
id Should be obtained as a querystring value on your page (sent as part of password reset email) and denotes whether the link is still active. This value is required and cannot be an empty string. String
newpassword Password value supplied must be converted to Base64 with 4 random characters added to the right and 6 random characters to the left. String – 150 Chars

 

Return Response

The API call ResponseMessage will return a Boolean indicating whether the update was successful.

This page was: Helpful | Not Helpful