---
title: "Partially update user"
method: PATCH
path: "/users"
tags: ["Users"]
---

# Partially update user

`PATCH /users`

Updates certain fields of the user

## Request body

- UpdateUserPartialRequest, nullable
  - `id` string, required — User ID to update
  - `set` object, required
  - `unset` string[], required

## Response `200`

Successful response

- UpdateUsersResponse, nullable
  - `duration` string, required
  - `users` object, required — Object containing users

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

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