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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| with_member | string | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"id":"\u003cstring\u003e","user_id":"\u003cstring\u003e","join_timestamp":"\u003cdateTime\u003e","flags":"\u003cinteger\u003e","member":"\u003cnull\u003e"}