---
title: "Reset Active Directory user password"
method: POST
path: "/api/user/reset_password"
tags: ["User Management"]
---

# Reset Active Directory user password

`POST /api/user/reset_password`

Reset password for a user in AWS Directory Service (Active Directory) with complexity validation

## Response `200`

Password successfully updated

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Invalid password or missing parameters
- `500` — Failed to update password

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
