---
title: "Get Group by ID"
method: GET
path: "/Groups/{id}"
tags: ["Groups Endpoint"]
---

# Get Group by ID

`GET /Groups/{id}`

This API returns the group details of a particular group using its unique ID.

 - <b>Scope(Permission) required:</b> ``internal_group_mgt_view``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Path parameters

- `id` string, required

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `200`

Valid group is found

## Other responses

- `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)
