# Verify Set Password

| **API URL**     | {{url}}/user-service/user/verify-set-password/{forgot-password-token} |
| --------------- | --------------------------------------------------------------------- |
| **Method**      | GET                                                                   |
| **Description** | Verify if user has changed/set password                               |

#### **Sample Input:** <a href="#verifysetpassword-sampleinput" id="verifysetpassword-sampleinput"></a>

{{url}}/user-service/user/verify-set-password/eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJTcGljZUFwcGxpY2F0aW9uIiwiZXhwIjoxNjc3MjE0MDY0LCJpYXQiOjE2NzcxMjc2NjQsImp0aSI6IjY0ODYiLCJ1c2VybmFtZSI6InN1cGVyYWRtaW5Ac3BpY2UubWR0In0.0CxV9oah6Cs8hz2GdcIDFklv7M8yJT-iLyIqRKKd8iA

#### **Sample Output 1:** <a href="#verifysetpassword-sampleoutput1" id="verifysetpassword-sampleoutput1"></a>

```
{
   "message": "Got Super Admin Users.",
   "entity": {
       "isPasswordSet": false
   },
   "status": true,
   "entityList": null,
   "responseCode": 200,
   "totalCount": null
}
```

#### **Sample Output 2:** <a href="#verifysetpassword-sampleoutput2" id="verifysetpassword-sampleoutput2"></a>

```
{
    "dateTime": 1683040301487,
    "status": false,
    "errorCode": 404,
    "message": "Your Account Has Been Already Activated.",
    "exception": "Your Account Has Been Already Activated."
}
```
