v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
TeXML REST Commands

Get conference participant resource

Gets conference participant resource

get/texml/Accounts/{account_sid}/Conferences/{conference_sid}/Participants/{call_sid_or_participant_label}

Path parameters

account_sidstring required

The id of the account the resource belongs to.

conference_sidstring required

The ConferenceSid that uniquely identifies a conference.

call_sid_or_participant_labelstring required

CallSid or Label of the Participant to update.

Response

Participant resource.

account_sidstring

The id of the account the resource belongs to.

api_versionstring

The version of the API that was used to make the request.

call_sidstring

The identifier of this participant's call.

call_sid_legacystring

The identifier of this participant's call.

coachingboolean

Whether the participant is coaching another call.

coaching_call_sidstring

The identifier of the coached participant's call.

coaching_call_sid_legacystring

The identifier of the coached participant's call.

conference_sidstring uuid

The unique identifier for the conference.

date_createdstring

The timestamp of when the resource was created.

date_updatedstring

The timestamp of when the resource was last updated.

end_conference_on_exitboolean

Whether the conference ends when the participant leaves.

holdboolean

Whether the participant is on hold.

mutedboolean

Whether the participant is muted.

status'connecting' | 'connected' | 'completed'

The status of the participant's call in the conference.

uristring

The relative URI for this participant.

Example response

{
  "account_sid": "4e71926f-8f13-450e-b91c-23c2ef786aa6",
  "api_version": "v2/texml",
  "call_sid": "v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ",
  "call_sid_legacy": "v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ",
  "coaching": false,
  "conference_sid": "cd5a70f4-759b-4d5e-9c06-88c00f16f3c1",
  "date_created": "Fri, 27 Oct 2023 07:41:58 +0000",
  "date_updated": "Fri, 27 Oct 2023 07:41:58 +0000",
  "end_conference_on_exit": false,
  "hold": false,
  "muted": false,
  "status": "completed",
  "uri": "/v2/texml/Accounts/4e71926f-8f13-450e-b91c-23c2ef786aa6/Conferences/cd5a70f4-759b-4d5e-9c06-88c00f16f3c1/Participants/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ.json"
}