---
title: "Generate a user password reset link and send an email"
method: POST
path: "/v1/Users/{userId}/password-reset-email"
tags: ["Users"]
---

# Generate a user password reset link and send an email

`POST /v1/Users/{userId}/password-reset-email`

## Path parameters

- `userId` integer, required

## Query parameters

- `redirectUrl` string
- `Account` unknown

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
