ConversationsV2Participant
Fetch Participant
Retrieve a Participant.
get/v2/Conversations/{ConversationSid}/Participants/{Sid}
Response
OK
Example response
{
"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"
}