---
title: "List members of the caller's group"
method: GET
path: "/identity/members"
tags: ["identity", "members", "business"]
---

# List members of the caller's group

`GET /identity/members`

## Query parameters

- `limit` integer
- `cursor` string
- `status` 'active' | 'inactive' | 'all'

## Response `200`

OK

- PageMembersView
  - `data` MembersView[], nullable, required
    - `created_by` string
    - `created_ts` string, date-time
    - `disabled_ts` string, date-time
    - `email` string
    - `first_name` string
    - `group_id` string
    - `individual_id` string
    - `last_name` string
    - `membership_status` 'active' | 'inactive'
    - `relationship` string
    - `status` string
    - `updated_by` string
    - `updated_ts` string, date-time
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

## Changes

- **2026-09-01** `f2d9f80610d9` — 4 info
  - added the optional property `error/api_client_id` to the response with the `400` status
  - added the optional property `error/api_client_id` to the response with the `401` status
  - added the optional property `error/api_client_id` to the response with the `403` status
  - added the optional property `error/api_client_id` to the response with the `default` status
- **2026-08-08** `3b6fc8373884` — 3 info
  - added the new optional `query` request parameter `status`
  - added the optional property `data/items/disabled_ts` to the response with the `200` status
  - added the optional property `data/items/membership_status` to the response with the `200` status
- **2026-08-06** `fe2041c5ba86` — 4 info
  - the `data/items/created_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/individual_id` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/updated_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/identity/members/get.md)

---

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