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

# Retrieve a group

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

Retrieves a single group resource.

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string

## Response `200`

OK

- object
  - `schemas` string[]
  - `id` string — Unique identifier for the group.
  - `displayName` string — Name of the group.
  - `members` object[] — List of members associated with the group.
    - `value` string — Identifier for a member of the group.
    - `display` string
  - `urn:zuora:scim:schemas:1.0:GroupExtension` object — Custom attributes specific to the group defined by the extension schema.
    - `schemas` string[] — List of schema identifiers that define the format of the custom attributes.
    - `description` string — Additional description for the group.
    - `organizationId` string — Identifier for the organization associated with the group.
    - `active` boolean — Indicates whether the group is active.
  - `meta` object — Metadata about the group resource.
    - `resourceType` 'Group' — Type of resource, which is 'Group' for this object.
    - `location` string — URL where the group resource can be accessed.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
