---
title: "Update a user by username"
method: PATCH
path: "/v1/users/{username}"
tags: ["Users (User)"]
---

# Update a user by username

`PATCH /v1/users/{username}`

## Path parameters

- `username` string, required

## Request body

- UpdateUserRequest
  - `username` string
  - `password` string

## Response `200`

User updated successfully

---

[API](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api.md) · [All operations](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openloyalty/loyalty-blockchain-api/revisions/e825144e9ffd/schema)
