v1

latestSwagger 2.02026-07-1720021.4 KB

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>
post/reset/password

Request body

object required

Example request

{
  "username": "test1",
  "new_password": "test2"
}

Response

OK

object required