provider Api20100401Participant GET
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json @utdk/twilio
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json Fetch an instance of a participant
Fetch an instance of a participant
- AccountSid path required
- The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch.
- string
- ConferenceSid path required
- The SID of the conference with the participant to fetch.
- string
- CallSid path required
- The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
- string
Try it
Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import twilio from '@utdk/twilio';
await twilio.fetchparticipant()