Skip to main content
POST
/
api
/
users
/
reset-password
Api User Reset Password
curl --request POST \
  --url http://localhost:8080/api/users/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
user_id
string
required
password
string
default:""

Response

Successful Response