get thread member

GET {{baseUrl}}/channels/:channel_id/thread-members/:user_id?with_member=<boolean,null>

Retrieve the thread member object for a user, if they are a member of the thread

Request Params

KeyDatatypeRequiredDescription
with_memberstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;join_timestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member&quot;:&quot;\u003cnull\u003e&quot;}