| title | userIdentity resource type |
|---|---|
| description | In the context of a Microsoft Entra audit log, the resource represents the user information that initiated or was affected by an audit activity. |
| ms.localizationpriority | medium |
| author | egreenberg14 |
| ms.subservice | entra-users |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
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.
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the identity. 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 associated with the user performing the activity (audit log only). |
| userPrincipalName | String | The userPrincipalName attribute of the user. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String (identifier)",
"ipAddress": "String",
"userPrincipalName": "String"
}