Send a reset password link to the stored email address if either the request username or email address is valid for the account. Will return an error response if the username or email address does not exist or is not valid.
Request:
POST/sendpasswordresetlinkemail/{serviceToken}
Parameter | Type | Status |
ServiceToken | String | Mandatory |
Request:
<requestpasswordresetlinkemail username="xxxxxxxxx" />
|
Successful Response:
<responsecode>
<code>OK</code> </responsecode> |
Error Response:
<responsecode>
<error> <code>7</code> <description>Member not found</description> </error> </responsecode> |
© Harvest Media
Comments
Article is closed for comments.