---
title: "ResetPassword"
method: POST
path: "/api/v1/auth/resetPassword"
tags: ["v1/auth"]
---

# ResetPassword

`POST /api/v1/auth/resetPassword`

接口权限编码:v1:auth:resetPassword

## Request body

- object
  - `email` string, required
  - `password` string, required
  - `verificationCode` string, required
  - `verificationUuid` string, required

## Response `200`

OK

- object

## Changes

- **2026-07-17** `80c5cdf6eb39` — 3 info
  - api operation id `authResetPassword` removed and replaced with `v1/AuthResetPassword`
  - api tag `v1/auth` added
  - api tag `auth` removed
- **2025-09-28** `e1154be53c2c` — 3 info
  - api operation id `v1/AuthResetPassword` removed and replaced with `authResetPassword`
  - api tag `auth` added
  - api tag `v1/auth` removed

[Change history](https://skmtc.dev/jzero-io/apis/untitled-api/changes/api/v1/auth/resetPassword/post.md)

---

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