---
title: "Sets a new password (Roles: none)"
method: POST
path: "/auth/reset-password"
tags: ["Authentication"]
---

# Sets a new password (Roles: none)

`POST /auth/reset-password`

## Request body

- ResetPasswordPayload
  - `code` string
  - `email` string
  - `password` string

## Response `200`

Success

## Other responses

- `400` — Error

---

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