Conversations

Get Conversation Participants

get/api/v1/conversations/{uuid}/participants

Path parameters

uuidstring required

UUID of conversation

Response

Conversation participants retrieved successfully

idinteger
first_namestring
last_namestring
avatar_urlstring nullable

Example response

[
  {
    "id": 21,
    "first_name": "John",
    "last_name": "Doe"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.