v2

latestOpenAPI 3.0.1raw.githubusercontent.com2026-05-072126235.6 KB
ConversationsV2Participant

List Participants

Retrieve a list of Participants in a Conversation.

get/v2/Conversations/{ConversationSid}/Participants

Query parameters

pageSizeinteger
Example:50

Maximum number of items to return

pageTokenstring

Page token for pagination

Response

OK

Example response

{
  "participants": [
    {
      "id": "conv_participant_01k1etx3jbfx88476ccja0889c",
      "conversationId": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2",
      "accountId": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
      "name": "Dana",
      "type": "CUSTOMER",
      "profileId": "mem_profile_00000000000000000000000000",
      "addresses": [
        {
          "channel": "SMS",
          "address": "+18005550100"
        },
        {
          "channel": "WHATSAPP",
          "address": "whatsapp:+18005550100"
        },
        {
          "channel": "RCS",
          "address": "rcs:+18005550100"
        }
      ],
      "createdAt": "2023-07-01T12:00:00Z",
      "updatedAt": "2023-07-01T12:30:00Z"
    }
  ],
  "meta": {
    "key": "participants"
  }
}