Skip to main content

Get conference participant resource

GET 
/texml/Accounts/:account_sid/Conferences/:conference_sid/Participants/:call_sid

Gets conference participant resource

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    conference_sid stringrequired

    The ConferenceSid that uniquely identifies a conference.

    call_sid stringrequired

    The CallSid that identifies the call to update.

Responses

200: Participant resource.

404: Resource not found

Loading...