---
title: "List Thread Members"
method: GET
path: "/api/2.0/thread_members/"
tags: ["Thread Members"]
---

# List Thread Members

`GET /api/2.0/thread_members/`

## Query parameters

- `ack_time` string, date-time
- `group` integer[]
- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]
- `practice` integer[]
- `status` string
- `thread` integer[]
- `user` integer[]

## Response `200`

- PaginatedThreadMemberList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ThreadMember[], required
    - `ack_time` string, date-time — The time at which the member acknowledged the message thread.
    - `group` integer, nullable — The id of the group referenced by this thread member. Should only ever be one of either a user or group set for the thread member.
    - `id` integer
    - `status` 'Addressed' | 'Requiring Action', required
    - `thread` integer — The id of the thread this thread member is a member of.
    - `user` integer, nullable — The id of the user referenced by this thread member. Should only ever be one of either a user or group set for the thread member.

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
