Skip to main content
POST
Create Thread Member

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
status
enum<string>
required

Whether this member has acknowledged the message thread.

Available options:
Addressed,
Requiring Action
ack_time
string<date-time>

The time at which the member acknowledged the message thread.

group
integer<int64> | null

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.

thread
integer<int64>

The id of the thread this thread member is a member of.

user
integer | null

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 - application/json
status
enum<string>
required

Whether this member has acknowledged the message thread.

Available options:
Addressed,
Requiring Action
ack_time
string<date-time>

The time at which the member acknowledged the message thread.

group
integer<int64> | null

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
read-only
thread
integer<int64>

The id of the thread this thread member is a member of.

user
integer | null

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.