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

# Update Group - PUT

`PUT /Groups/{id}`

This API updates the group details and returns the updated group details using a PUT 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

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

---

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