Interaction Participants REST Endpoints

Interactions/Interaction Participants
The interaction participant resource is used to view, create, and update participants in an interaction, usually a web conference.
Create an interaction participant
Method: post
Path: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants
Delete an interaction participant
Method: delete
Path: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants/{interactions_InteractionParticipants_Id}
Get all interaction participants
Method: get
Path: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants
Get an interaction participant
Method: get
Path: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants/{interactions_InteractionParticipants_Id}
Update an interaction participant
Method: patch
Path: /crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants/{interactions_InteractionParticipants_Id}