---
title: "Update Group"
method: PUT
path: "/scim/v2/Groups/{group_id}"
tags: ["scim"]
---

# Update Group

`PUT /scim/v2/Groups/{group_id}`

Update a group according to SCIM v2 protocol

## Path parameters

- `group_id` string, required

## Query parameters

- `feature` string, nullable

## Request body

- SCIMGroup
  - `displayName` string, required
  - `externalId` string, nullable
  - `id` string, nullable
  - `members` SCIMMember[], nullable
    - `display` string, nullable
    - `value` string, required
  - `meta` object, nullable
  - `schemas` string[], required

## Response `200`

Successful Response

- SCIMGroup
  - `displayName` string, required
  - `externalId` string, nullable
  - `id` string, nullable
  - `members` SCIMMember[], nullable
    - `display` string, nullable
    - `value` string, required
  - `meta` object, nullable
  - `schemas` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `4a06c3148b6c` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed
- **2026-08-19** `8fbaab4fc7c5` — 2 info
  - api tag `✨ SCIM v2 (Enterprise Only)` added
  - api tag `scim` removed
- **2026-08-15** `19cc785a8024` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed
- **2026-08-14** `9c80d9af446a` — 2 info
  - api tag `✨ SCIM v2 (Enterprise Only)` added
  - api tag `scim` removed
- **2026-08-12** `cd946846d9d5` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/scim/v2/Groups/:group_id/put.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/24ad9eaf6a00/schema)
