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

# POST /user/reset-password

`POST /user/reset-password`

Reset user password from email

## Request body

- object
  - `email` string, email, required — Email address to reset
  - `subdomain` string — Subdomain to use in the URL

## Response `202`

Email failed to send

## Other responses

- `204` — Password reset email was sent
- `400` — Bad request
- `404` — Resource not found
- `429` — Too Many Requests
- `500` — Internal Error

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
