POST /v1/Conversations/{ConversationSid}/Participants/{Sid}

Update an existing participant in the conversation

Servers

Path parameters

Name Type Required Description
Sid String Yes

A 34 character string that uniquely identifies this resource.

ConversationSid String Yes

The unique ID of the Conversation for this participant.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/x-www-form-urlencoded"

X-Twilio-Webhook-Enabled String No

The X-Twilio-Webhook-Enabled HTTP request header

Possible values:

  • "false"
  • "true"

Request body fields

Name Type Required Description
Identity String No

A unique string identifier for the conversation participant as Conversation User. This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters.

Attributes String No

An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. Note that if the attributes are not set "{}" will be returned.

MessagingBinding.ProjectedAddress String No

The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it.

LastReadMessageIndex Integer No

Index of last “read” message in the Conversation for the Participant.

MessagingBinding.ProxyAddress String No

The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it.

RoleSid String No

The SID of a conversation-level Role to assign to the participant.

DateUpdated String No

The date that this resource was last updated.

LastReadTimestamp String No

Timestamp of last “read” message in the Conversation for the Participant.

DateCreated String No

The date that this resource was created.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.