---
title: "Replace a SCIM group"
method: PUT
path: "/scim/v2/Groups/{id}"
tags: ["scim"]
---

# Replace a SCIM group

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

Reconciles the group membership with the provided `members`. **Group rename is not supported**: `displayName` changes are ignored.

## Path parameters

- `id` string, required

## Response `200`

Successful operation

## Other responses

- `400` — Invalid value
- `401` — Authentication token is missing, invalid, or expired
- `404` — Group not found

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
