Actions
List Directory Audits
Get a list of audit logs generated by Microsoft Entra ID.
- Least privileged Microsoft Graph permission to access the action via application:
AuditLog.Read.All
,Directory.Read.All
.
External Documentation
To learn more, visit the Microsoft Entra ID documentation.
Parameters
Parameter | Description |
---|---|
Filter | Specify a query to filter the results. For example: activityDisplayName eq 'GroupLifecyclePolicies_Get' .For more information, please visit Microsoft’s documentation. |
Limit | Set the page size of the returned results. |
Order By | Define the attribute to sort the returned items by, along with the sort direction (asc/desc). For example: activityDateTime asc . |
Skip Token | A cursor for the next page of results. This value can be obtained from a previous response, in the @odata.nextLink field.Important: You must use the same parameter values in the next request as in the previous one when using a skip token. For more information, please visit Microsoft’s documentation. |
Example Output
Workflow Library Example
List Directory Audits with Microsoft Entra Id and Send Results Via Email
Preview this Workflow on desktop