# Verify Set Password

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

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

| **Field Name**         | **Type** | **Mandatory** | **Example**                                                                                                                             |
| ---------------------- | -------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization (Header) | String   | Yes           | Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6 |
| client(Header)         | String   | Yes           | web                                                                                                                                     |

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

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

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

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

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