---
title: "Reset Password"
method: POST
path: "/v2/user/password"
tags: ["API Gateway"]
---

# Reset Password

`POST /v2/user/password`

Ask to reset a password for a specific user given an email. If the email is unknown, the API call will not fail.

## Request body

- union
  - object
    - `email` string, required
    - `language` string
  - object
    - `token` string, required
    - `password` string, required — New user password

## Response `200`

Success Response

- unknown

## Other responses

- `400` — Bad parameters
- `403` — Bad permissions (such as an invalid token)
- `404` — Object not found

---

[API](https://skmtc.net/prisme/apis/prisme-ai-apis.md) · [All operations](https://skmtc.net/prisme/apis/prisme-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prisme/prisme-ai-apis/versions/b702c3eef2f2/schema)
