---
title: "Initiate password reset"
method: POST
path: "/users/initiate-reset"
tags: ["Users"]
---

# Initiate password reset

`POST /users/initiate-reset`

Initiates the password reset process for a user.

## Request body

- object
  - `username` string

## Response `200`

Password reset code has been generated.

## Other responses

- `400` — Username is required.
- `403` — Password reset not available for external authentication users.
- `404` — User not found.
- `500` — Failed to initiate password reset.

---

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