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

# Update Group - PATCH

`PATCH /Groups/{id}`

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

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

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

## Path parameters

- `id` string, required

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `200`

Group is updated

## Other responses

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

## Changes

- **2026-07-17** `7978594f207e` — 2 breaking
  - the request property `schemas` became required
  - the `schemas` response's property type/format changed from `object`/`` to `array`/`` for status `200`
- **2025-08-05** `d290ee2c70fc` — 1 breaking, 1 info
  - the `schemas` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - the request property `schemas` became optional

[Change history](https://skmtc.dev/ballerina-platform/apis/scim-2-0-api/changes/Groups/:id/patch.md)

---

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