---
title: "Reset password"
method: POST
path: "/api/auth/password/reset"
tags: ["auth"]
---

# Reset password

`POST /api/auth/password/reset`

Reset password

## Request body

- object
  - `email` string
  - `password` string
  - `passwordResetCode` string

## Response `200`

Password recovery request sent successfully

- object
  - `status` object
    - `code` integer

## Other responses

- `400` — Email address allready in use

## Changes

- **2018-08-20** `3ff54b27e8aa` — 1 info
  - api operation id `requestPasswordResetUser` removed and replaced with `passwordReset`
- **2018-08-20** `ba36cd387928` — 1 info
  - api operation id `passwordReset` removed and replaced with `requestPasswordResetUser`

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/auth/password/reset/post.md)

---

[API](https://skmtc.dev/citizenos/apis/citizenos-api.md) · [All operations](https://skmtc.dev/citizenos/apis/citizenos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citizenos/citizenos-api/revisions/ca28908e6b75/schema)
