---
title: "Create Thread Member"
method: POST
path: "/api/2.0/thread_members/"
tags: ["Thread Members"]
---

# Create Thread Member

`POST /api/2.0/thread_members/`

## Request body

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

## Response `201`

- ThreadMember
  - `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/versions/c060f89d4de7/schema)
