---
title: "List members of a group (non-PII)"
method: GET
path: "/identity/businesses/{group_id}/individuals"
tags: ["identity", "groups"]
---

# List members of a group (non-PII)

`GET /identity/businesses/{group_id}/individuals`

## Path parameters

- `group_id` string, required

## Response `200`

OK

- GroupsMembersOutput
  - `data` GroupsMember[], nullable
    - `disabled_ts` string, date-time, nullable
    - `group_id` string
    - `individual_id` string
    - `relationship` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/e4a31fb0de17/schema)
