userIdentity type

Namespace: microsoft.graph

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.

In the context of a Microsoft Entra audit log, this resource represents the user information that initiated or was affected by an audit activity. In the context of callRecords, this resource represents the identity of a participant or organizer in a call.

Inherits from identity.

Properties

Property Type Description
displayName String The identity's display name. This might not always be available or up-to-date.
id String Unique identifier for the identity. Nullable. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
ipAddress String Indicates the client IP address used by user performing the activity (audit log only).
userPrincipalName String The userPrincipalName attribute of the user.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String (identifier)",
  "ipAddress": "String",
  "userPrincipalName": "String"
}