---
title: "Get a Specific Group"
method: GET
path: "/api/v2/groups/{id}"
tags: ["Group"]
---

# Get a Specific Group

`GET /api/v2/groups/{id}`

This endpoint retrieves a specific group for the current organization.<h3>Required Scope</h3> `groups:read` or `groups:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- ListedGroup
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedGroupData[]
    - `type` string
    - `id` string
    - `attributes` ListedGroupAttributes
      - `name` string, nullable — The name of the group.
      - `description` string, nullable — Short description of the group.
      - `privacy` string, nullable — Privacy setting for the group.
      - `external-group-id` string, nullable — External identifier of the group.
      - `created-at` string, date-time — Date that the group was created. (UTC)
    - `links` SelfLink
      - `self` string
    - `relationships` CreatedByUserRelationshipsInner[]
      - `created_by` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
