---
title: "Get SCIM Group"
method: GET
path: "/v1/directory-integration/scim/v2/Groups/{id}"
tags: ["Directory Integration"]
---

# Get SCIM Group

`GET /v1/directory-integration/scim/v2/Groups/{id}`

Retrieve a specific SCIM Group by ID

## Path parameters

- `id` string, required

## Response `200`

Group retrieved successfully

- EnhancedScimGroup
  - `accountId` string — The unique identifier of the Matillion account this group belongs to
  - `accountName` string — The human-readable name of the Matillion account
  - `displayName` string
  - `environment` string — The unique identifier of the environment this group is associated with
  - `externalId` string
  - `id` string
  - `members` GroupMembership[]
    - `display` string
    - `ref` string
    - `type` 'USER' | 'GROUP'
    - `value` string
  - `meta` Meta, required
    - `created` string, date-time
    - `lastModified` string, date-time
    - `location` string
    - `resourceType` string
    - `version` string
  - `projectId` string, uuid — The unique identifier of the project this group is associated with
  - `projectName` string — The human-readable name of the project
  - `role` string — The role assigned to this group within the Matillion platform
  - `schemas` string[]

## Other responses

- `400` — Bad Request
- `403` — Unauthorized
- `404` — Group not found
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
