---
title: "POST /reset/password"
method: POST
path: "/reset/password"
---

# POST /reset/password

`POST /reset/password`

This API is used to reset the password of a user.
<table>
  <tr>
    <th>Field</th>
    <th>Possible values</th>
    <th>Mandatory/Optional</th>
  </tr>
  <tr>
    <td>username</td>
    <td>test1</td>
    <td>Mandatory</td>
  </tr>
   <tr>
    <td>new_password</td>
    <td>pass1234</td>
    <td>Mandatory</td>
  </tr>
</table>

## Request body

- object

## Response `200`

OK

- object

---

[API](https://skmtc.net/litmuschaos/apis/litmus-portal-authentication-api.md) · [All operations](https://skmtc.net/litmuschaos/apis/litmus-portal-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litmuschaos/litmus-portal-authentication-api/versions/2c5524204359/schema)
