---
title: "Update User - PATCH"
method: PATCH
path: "/Users/{id}"
tags: ["Users Endpoint"]
---

# Update User - PATCH

`PATCH /Users/{id}`

This API updates user details and returns the updated user details using a PATCH operation.

  - <b>Scope(Permission) required:</b> ``internal_user_mgt_update``

 - <b>Supported Operations:</b>``add``, ``replace``, ``remove``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Path parameters

- `id` string, required

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `200`

Valid user is found

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Valid user is not found

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/revisions/7978594f207e/schema)
