Appearance
resetPassword ​
Resets a user's password using provided email address by sending a Reset Password email with link to the requesting user
Request ​
http
GET /rest/user/resetPasswordParameters ​
GET Method Query Params
| Parameter | Type | Required | Description |
|---|---|---|---|
uEmail | Yes | User Email Address | |
appCode | Yes | Either "NI" or "MY" |
POST Method Payload
json
{
"uEmail": "b@b.com.au",
"appCode": "MY"
}Response ​
200 OK ​
JSON Reponse:
json
{
"errorCode": 0,
"errorMsg": "Password reset successful."
}Errors ​
| Exception | Description |
|---|---|
WSUserServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSUserServiceException | See Error Definitions |
WSInsufficientPermissionsException | See Error Definitions |