---
title: "Updates a user's easy password."
method: POST
path: "/Users/{userId}/EasyPassword"
tags: ["User"]
---

# Updates a user's easy password.

`POST /Users/{userId}/EasyPassword`

## Path parameters

- `userId` string, uuid, required — The user id.

## Request body

- UpdateUserEasyPassword — The update user easy password request body.
  - `NewPassword` string, nullable — Gets or sets the new sha1-hashed password.
  - `NewPw` string, nullable — Gets or sets the new password.
  - `ResetPassword` boolean — Gets or sets a value indicating whether to reset the password.

## Response `204`

Password successfully reset.

## Other responses

- `401` — Unauthorized
- `403` — User is not allowed to update the password.
- `404` — User not found.

---

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