---
title: "Reset Password"
method: POST
path: "/user/reset-password"
tags: ["User"]
---

# Reset Password

`POST /user/reset-password`

Change password

## Request body

- ResetPasswordRequest
  - `old_password` string, required
  - `new_password` string, required
  - `contact_consent` boolean

## Response `200`

Successful Response

- AppRoutersLoginTokenResponse
  - `token_type` string, required
  - `access_token` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
