---
title: "Update User"
method: PATCH
path: "/v1/users/{user_id}"
---

# Update User

`PATCH /v1/users/{user_id}`

## Path parameters

- `user_id` string, required

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `name` string — The names of the user ex: "John Smith"
  - `username` string — The username of the user ex: "john.smith2"
  - `notification_phone_number` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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