ConversationsV2Participant
Update a Participant
Update an existing Participant
put/v2/Conversations/{ConversationId}/Participants/{id}
Request body
Example request
{
"name": "Dana"
}Response
OK
Example response
{
"id": "conv_participant_00000000000000000000000001",
"conversationId": "conv_conversation_00000000000000000000000001",
"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"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.