---
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.

---

[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/versions/3feea260296c/schema)
