---
title: "Modifies a user"
method: PATCH
path: "/auth/users/{id}"
tags: ["User"]
---

# Modifies a user

`PATCH /auth/users/{id}`

Partially updates a user, only updating fields specified in the request body. Any fields omitted in the request body will not be changed from their existing values.

## Path parameters

- `id` string, required

## Response `200`

Success

---

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