# Patch Group

`PATCH /Groups/{id}`

## Description

Partially updates a group. Use this to add or remove members without replacing the entire group.

**Supported operations:**
- `add` / `remove` / `replace` for `members`
- `replace` for `displayName`

**IdP compatibility:**
- Okta-style: `path: "members[value eq \"user-id\"]"` with `op: "remove"`
- Entra-style: `path: "members"` with `value: [{ "value": "user-id" }]`

See [RFC 7644 §3.5.2](https://www.rfc-editor.org/rfc/rfc7644#section-3.5.2) for SCIM PATCH operations.

## Request Body

## Responses

### 200 - Updated group

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/scim/02-groups-patch*
