FlexV1InteractionChannelParticipant

Update an existing Channel Participant.

Update an existing Channel Participant.

post/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants/{Sid}

Path parameters

InteractionSidstring required

The Interaction Sid for this channel.

ChannelSidstring required

The Channel Sid for this Participant.

Sidstring required

The unique string created by Twilio to identify an Interaction Channel resource.

Response

OK

sidstring nullable

The unique string created by Twilio to identify an Interaction Channel Participant resource.

type'supervisor' | 'customer' | 'external' | 'agent' | 'unknown'

Participant type. Can be: agent, customer, supervisor, external, unknown

interaction_sidstring nullable

The Interaction Sid for this channel.

channel_sidstring nullable

The Channel Sid for this Participant.

urlstring uri nullable
{"stackTrail":"components:schemas:flex.v1.interaction.interaction_channel.interaction_channel_participant:properties:routing_properties","oasType":"schema","type":"unknown","description":"The Participant's routing properties.","nullable":true}

Changes

Changed in 5 of the 51 revisions of this API.212

    • ▲

      the response's property type changed from object to no type for status

      response-property-type-changed

    • ▲

      the response's property type changed from no type to object for status

      response-property-type-changed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      changed the pattern of the path request parameter Sid from ^UO[0-9a-fA-F]{32}$ to ^UT[0-9a-fA-F]{32}$

      request-parameter-pattern-changed

    • ○

      api tag FlexV1InteractionChannelParticipant added

      api-tag-added