---
title: "Reset user password"
method: POST
path: "/api/admin/user-admin/reset-password"
tags: ["Users"]
---

# Reset user password

`POST /api/admin/user-admin/reset-password`

Reset user password as an admin

## Request body

- IdSchema — Email id used for password reset
  - `id` string, required — User email

## Response `200`

resetPasswordSchema

- ResetPasswordSchema — Data used to provide users a way to reset their passwords.
  - `resetPasswordUrl` string, uri, required — A URL pointing to a location where the user can reset their password

## Other responses

- `400` — The request data does not match what we expect.
- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `403` — The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
