participantEndpoint resource type

Namespace: microsoft.graph.callRecords

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a participant endpoint (a user or user-like entity) in a call.

Inherits from endpoint.

Properties

Property Type Description
associatedIdentity identity Identity associated with the endpoint.
cpuCoresCount Int32 CPU number of cores used by the media endpoint.
cpuName String CPU name used by the media endpoint.
cpuProcessorSpeedInMhz Int32 CPU processor speed used by the media endpoint.
feedback microsoft.graph.callRecords.userFeedback The feedback provided by the user of this endpoint about the quality of the session.
name String Name of the device used by the media endpoint.
userAgent microsoft.graph.callRecords.userAgent User-agent reported by this endpoint.
identity (deprecated) identitySet Identity associated with the endpoint. The identity property is deprecated and will stop returning data on June 30, 2026. Going forward, use the associatedIdentity property.

JSON representation

The following JSON representation shows the resource type.

{
  "associatedIdentity": {"@odata.type": "microsoft.graph.identity"},
  "cpuCoresCount": "Int32",
  "cpuName": "String",
  "cpuProcessorSpeedInMhz": "Int32",
  "feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
  "identity": {"@odata.type": "microsoft.graph.identitySet"},
  "name": "String",
  "userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"}
}