# Mobile - Forgot Password

| **API URL**     | {{url}}/user-service/user/forgot-password/{username}                  |
| --------------- | --------------------------------------------------------------------- |
| **Method**      | GET                                                                   |
| **Description** | Forgot Password by username and response will send email notification |

#### **Input** <a href="#mobile-forgotpassword-input" id="mobile-forgotpassword-input"></a>

| **Field Name**      | **Type** | **Mandatory** | **Example**           |
| ------------------- | -------- | ------------- | --------------------- |
| username(parameter) | String   | Yes           | <kaxxx_pro@sxxxe.mdt> |

#### **Sample Input** <a href="#mobile-forgotpassword-sampleinput" id="mobile-forgotpassword-sampleinput"></a>

{{url}}/user-service/user/forgot-password/kaxxx\_<pro@sxxxe.mdt>

**Sample Output**

```
  {
      "message": "An email will send if the account exists in our system.",
      "entity": true,
      "status": true,
      "entityList": null,
      "responseCode": 200,
      "totalCount": null
  }
```
