participant resource type

Namespace: microsoft.graph.callRecords

Represents the identity of a participant in a callRecord.

Inherits from participantBase.

Methods

Method Return Type Description
List microsoft.graph.callRecords.participant collection Get the list of participant objects associated with a callRecord.

Properties

Property Type Description
id String Unique identifier for the call participant. Inherited from participantBase.
identity microsoft.graph.communicationsIdentitySet The identity of the call participant. Inherited from participantBase.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "identity": {"@odata.type": "microsoft.graph.communicationsIdentitySet"}
}

See also

For examples that show how to use the participant resource, see callRecord.