Skip to content

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/resetPassword

Parameters ​

GET Method Query Params

ParameterTypeRequiredDescription
uEmailYesUser Email Address
appCodeYesEither "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 ​

ExceptionDescription
WSUserServiceUnavailableExceptionSee Error Definitions
WSInvalidParameterExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSInsufficientPermissionsExceptionSee Error Definitions