---
title: "resetPassword"
method: POST
path: "/v2/users/public/resetPassword"
tags: ["User V2"]
---

# resetPassword

`POST /v2/users/public/resetPassword`

Set a new password using a reset token from the password reset email.
The token is single-use and time-limited.

## Request body

- object
  - `email` string, required — Email address of the account
  - `token` string, required — Reset token from the password reset email
  - `password` string, required — The new password

## Response `200`

Password reset successfully

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid or expired reset link, or password does not meet the requirements

---

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