---
title: "GET /group/{groupId}"
method: GET
path: "/group/{groupId}"
tags: ["group"]
---

# GET /group/{groupId}

`GET /group/{groupId}`

Get group id's profile

## Path parameters

- `groupId` string, required

## Response `200`

Success get group id's profile

- ResGetGroupGroupId
  - `groupId` string, required
  - `name` string, required
  - `description` string, required
  - `userCount` integer, required
  - `joinable` boolean, required
  - `joined` boolean, required
  - `isAdminGroup` boolean, required
  - `users` ResGetGroupGroupIdObjectUser[], required
    - `userId` string, required
    - `userIcon` string, required
    - `name` string, required

## Other responses

- `403` — Authentication error, etc.
- `404` — Resource does not exist, etc.
- `500` — System error, etc.

## Changes

- **2025-12-11** `d1d0dc4d11ca` — 1 info
  - added the required property `isAdminGroup` to the response with the `200` status
- **2023-04-06** `f92abf0d64e8` — 1 breaking
  - removed the required property `isAdminGroup` from the response with the `200` status

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/group/:groupId/get.md)

---

[API](https://skmtc.dev/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.dev/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sit-digicre/digicore/revisions/6576c966d74e/schema)
