Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.callParticipantInfo",
"participant": {
"@odata.type": "microsoft.graph.identitySet"
}
}