---
title: "POST /v1/user/password/reset/"
method: POST
path: "/v1/user/password/reset/"
tags: ["user"]
---

# POST /v1/user/password/reset/

`POST /v1/user/password/reset/`

## Request body

- UserPasswordReset
  - `email` string, required
  - `password` string, required
  - `passwordConfirm` string, required

## Response `201`

- UserPasswordReset
  - `email` string, required
  - `password` string, required
  - `passwordConfirm` string, required

## Other responses

- `400`

---

[API](https://skmtc.net/postoo/apis/postoo-api.md) · [All operations](https://skmtc.net/postoo/apis/postoo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postoo/postoo-api/revisions/0d420206bfcc/schema)
