The Reset Password module is used to reset user’s password. The Service URL of this module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/ResetPassword
•Allowed for
Admin
•Json Formats-
1. Code snippet for Web Service Use–
Reset Password
{
“UserId”: 1274,
“PassWord”: “Market1?”,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | UserID | Int | Id of User |
3 | PassWord | String | Password of user |
3. Response Example-
Success:
[
{
“Message”: “Success”
}
]
Fail:
{“Message”:”The request is invalid.”}