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

# Get Group

`GET /Groups/{id}`

Use this endpoint to retrieve a specific group by its ID.

## Path parameters

- `id` integer, required

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `200`

Returns the requested group, optionally filtered by values in attributes or excludedAttributes parameters.

- Group — Represents a group.
  - `displayName` string — A human-readable name for the Group.
  - `externalId` string, nullable — A custom, user-supplied ID.
  - `id` string — The ID of this resource instance.
  - `members` object[] — A list of members of the Group.
    - `type` string — The name of the resource type of the resource. Always 'User'.
    - `value` string — The ID of the user.
    - `x-ref` string — The URI of the corresponding 'User' resource.
    - `display` string, nullable — Compatibility field, accepted but discarded.
  - `meta` object, nullable — An object containing group metadata properties.
    - `created` string, datetime — The time when the group was created.
    - `lastModified` string, datetime — The time when the group was last modified.
    - `location` string — The URI of the group being returned.
    - `resourceType` string — The name of the resource type of the resource. Always 'Group'.
  - `schemas` string[] — A schema for representing the group's configuration.

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The SCIM token is invalid.
- `404` — A required entity is missing.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
