callParticipantInfo resource type

Namespace: microsoft.graph

Represents the details for a call participant.

Properties

Property Type Description
participant identitySet Identity of the call participant.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.callParticipantInfo",
  "participant": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}