---
title: "Updates user fields"
method: PATCH
path: "/users/{userId}"
tags: ["users : Find and modify users "]
---

# Updates user fields

`PATCH /users/{userId}`

## Path parameters

- `userId` string, required

## Query parameters

- `type` string
- `email` string
- `username` string
- `name` string
- `customData` string

## Response `default`

OK

## Other responses

- `400` — Bad Request - Required parameters are missing, malformed or invalid
- `404` — Not Found - User is not found

---

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