---
title: "Update Group"
method: PUT
path: "/scim/v2/Groups/{group_id}"
tags: ["✨ SCIM v2 (Enterprise Only)"]
---

# 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
  - `schemas` string[], required
  - `id` string, nullable
  - `externalId` string, nullable
  - `meta` object, nullable
  - `displayName` string, required
  - `members` SCIMMember[], nullable
    - `value` string, required
    - `display` string, nullable

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
