---
title: "List groups"
method: GET
path: "/groups"
tags: ["Groups"]
---

# List groups

`GET /groups`

Retrieves all groups owned by the current user.

## Response `200`

List of user groups.

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

## Other responses

- `401` — Unauthorized

## Changes

- **2025-07-14** `128cf3db212c` — 2 info
  - added the optional property `items/domain` to the response with the `200` status
  - added the optional property `items/members` to the response with the `200` status
- **2025-07-13** `0d7f3c750979` — 1 breaking, 8 warning
  - the response's body type changed from `object` to `array` for status `200`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - deleted the `query` request parameter `order`
  - …5 more

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/groups/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/128cf3db212c/schema)
