---
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

---

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