---
title: "Get group details"
method: GET
path: "/groups/{groupId}"
tags: ["Groups"]
---

# Get group details

`GET /groups/{groupId}`

Retrieves detailed information about a specific group. Requires ownership.

## Response `200`

Group details.

- Group
  - `id` string, ulid, required
  - `owner` string, ulid, required
  - `name` string, required
  - `description` string, nullable
  - `type` 'domain' | 'list', required
  - `domain` string, fqdn — Present if type is 'domain'.
  - `members` string[] — Array of user emails. Present if type is 'list'.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2025-07-14** `9aec27988ad3` — 1 breaking
  - the `domain` response's property type/format changed from `string`/`hostname` to `string`/`fqdn` for status `200`
- **2025-07-14** `128cf3db212c` — 2 info
  - added the optional property `domain` to the response with the `200` status
  - added the optional property `members` to the response with the `200` status
- **2025-07-13** `0d7f3c750979` — 2 warning
  - removed the optional property `domain` from the response with the `200` status
  - removed the optional property `members` from the response with the `200` status

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/groups/:groupId/get.md)

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
