Authentication Track Linkable Identifiers
In brief
The documented query now filters for UserId `00aa00aa-bb11-cc22-dd33-44ee44ee44ee` instead of the previous identifier.
What Entra admins need to know
Administrators using the example should substitute the UserId relevant to their query; no configuration change is required.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
MicrosoftGraphActivityLogs
| where TimeGenerated > ago(4d) and UserId == '4624cd8c-6c94-4593-b0d8-a4983d797ccb00aa00aa-bb11-cc22-dd33-44ee44ee44ee'
| join kind=leftouter (union
SigninLogs,
AADNonInteractiveUserSignInLogs,
- [Teams audit logs](/purview/audit-teams-audit-log-events)
- [SharePoint Online audit logs](/purview/audit-log-sharing#tabs=microsoft-purview-portal)
- [Microsoft Graph activity logs](/graph/microsoft-graph-activity-logs-overview)
@@ -214,7 +214,7 @@ These capabilities enable security analysts to correlate authentication events w ```kql MicrosoftGraphActivityLogs-| where TimeGenerated > ago(4d) and UserId == '4624cd8c-6c94-4593-b0d8-a4983d797ccb'+| where TimeGenerated > ago(4d) and UserId == '00aa00aa-bb11-cc22-dd33-44ee44ee44ee' | join kind=leftouter (union SigninLogs, AADNonInteractiveUserSignInLogs,@@ -402,4 +402,3 @@ By analyzing the log files with linkable identifiers, tenant administrators and - [Teams audit logs](/purview/audit-teams-audit-log-events) - [SharePoint Online audit logs](/purview/audit-log-sharing#tabs=microsoft-purview-portal) - [Microsoft Graph activity logs](/graph/microsoft-graph-activity-logs-overview)- 