FlexV1InteractionChannelParticipant

Add a Participant to a Channel.

Add a Participant to a Channel.

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

Path parameters

InteractionSidstring required

The Interaction Sid for the new Channel Participant.

ChannelSidstring required

The Channel Sid for the new Channel Participant.

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.56

  • v105805a8f9c8511See the full diff
    • ▲

      removed the success response with the status

      response-success-status-removed

    • ○

      added the success response with the status

      response-success-status-added

  • v10e4cd336d78a12See the full diff
    • ▲

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

      response-property-type-changed

    • ○

      the request property type was generalized from object to no type

      request-property-type-generalized

    • ○

      the request property type was generalized from object to no type

      request-property-type-generalized

    • ▲

      the request property type changed from no type to object

      request-property-type-changed

    • ▲

      the request property type changed from no type to object

      request-property-type-changed

    • ▲

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

      response-property-type-changed

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      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

    • ○

      api tag FlexV1InteractionChannelParticipant added

      api-tag-added