---
title: "sendUserPasswordReset"
method: POST
path: "/v2/users:sendPasswordReset"
tags: ["User V2"]
---

# sendUserPasswordReset

`POST /v2/users:sendPasswordReset`

Send a password reset email to a user in your organization.
Requires `user:edit` on the target user.

## Request body

- object
  - `email` string, required — Email address of the user to reset

## Response `200`

Password reset triggered

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid email or user not found
- `403` — Not permitted to reset this user's password

---

[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/versions/7fae886a3c99/schema)
