User Info
GET /conversations/:conversation/user_info
Return’s the requesting user’s info for the specified conversation.
Examples
Getting the conversation’s user info
Request
GET /conversations/Pvwqm5G/user_info
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
-H Authorization:"Bearer {token}" \
-X GET /conversations/Pvwqm5G/user_info
Response
Status
200
Response Type
Example Body
{
"@type": "ConversationUserInfo",
"id": "/conversations/Pvwqm5G/user_info",
"@context": "/contexts/ConversationUserInfo.jsonld",
"read": false,
"readToTimelinePosition": null,
"starred": false,
"assigned": false
}