GET /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}
twilio.com:twilio_conversations_v1
Summary: —
Operation ID: FetchServiceConversationParticipant
Auth: unknown
Operation ID: FetchServiceConversationParticipant
Auth: unknown
Description
Fetch a participant of the conversation
Parameters (3)
ChatServiceSid
(string, path, required)
The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^IS[0-9a-fA-F]{32}$'}
ConversationSid
(string, path, required)
The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.
Sid
(string, path, required)
A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID.
No probe data for this endpoint yet.