entra_list_directory_audits
List Entra ID directory audit events to see changes to users, groups, roles, apps, and policies, including who made them. Filter by activity, user, time, or target object to refine results.
Instructions
List Entra ID directory audit events: changes to users, groups, roles, applications, service principals, credentials and policies, with who made them. Always filter, e.g. "activityDisplayName eq 'Add member to role'", "initiatedBy/user/userPrincipalName eq 'alice@contoso.com'", "activityDateTime ge 2026-01-01T00:00:00Z", "targetResources/any(t: t/id eq '')". Timestamps are UTC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of audit events to return (default 25, max 100). | |
| filter | No | OData $filter expression. Refine the filter instead of paging deep. | |
| orderby | No | OData $orderby, e.g. "createdDateTime desc". |