---
title: "Reset user password"
method: POST
path: "/admin/simple/accounts/reset-password"
tags: ["Admin"]
---

# Reset user password

`POST /admin/simple/accounts/reset-password`

## Request body

- AdminSimpleAccountsUsersResetPassword
  - `user_identities` AdminUserIdentityCreate[], required
    - `user_ref` EntityRef — Polymorphic reference that can point to a request-local key, an existing persisted ID, a stable slug, or an email address. Exactly one field must be set.
      - `ref` string, nullable
      - `id` string, nullable
      - `slug` string, nullable
      - `email` string, nullable
    - `method` string, required
    - `subject` string, required
    - `domain` string, nullable
    - `email` string, nullable
    - `password` string, nullable
    - `verified` boolean, nullable
    - `provider_user_id` string, nullable
    - `claims` object, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

> 359 revisions in range; 4 could not be searched.

- **2026-05-08** `5e6f53ce5d08` — 1 info
  - api operation id `admin_reset_password` removed and replaced with `reset_password_admin_simple_accounts_reset_password_post`
- **2026-04-16** `8b06b786c977` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/admin/simple/accounts/reset-password/post.md)

---

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