---
title: "Reset user password"
method: PUT
path: "/users/resetPassword"
tags: ["Users"]
---

# Reset user password

`PUT /users/resetPassword`

Send password reset email to user

## Query parameters

- `email` string, email, required

## Response `200`

Password reset email sent

- PasswordResetResponse
  - `action` 'EMAIL_SENT' | 'OAUTH2_USER' — Action taken for password reset

## Other responses

- `400` — Invalid email or user not found

---

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