Audit logs API overview
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.
Microsoft Entra provides an audit trail of all user and app activity in your tenant to help you track all activities in your tenant and also be compliant. These logs include both app and user sign in activity, as well as changes to the directory.
The availability of these activity reports is governed by the Microsoft Entra data retention policies.
Available audit logs
Directory audit logs
The directory audit logs provide you with access to the history of every task performed in your tenant, either by a user or a service. Amongst others, the provided data enables you to address common scenarios such as:
- Who granted admin group access to a directory user?
- Which users are signing in to a recently acquired app?
- How many passwords resets were made within the directory?
Custom security attribute audit logs
Custom security attribute audit logs provide you with the history of activities related to custom security attributes, such as adding a new definition or assigning an attribute value to a user. Custom security attribute audit logs are separate from directory audit logs and have a different endpoint. To view custom security attribute audit logs, you must be assigned the Attribute Log Reader or Attribute Log Administrator role. By default, a Global Administrator doesn't have access to these audit logs.
Sign-ins
The sign-in logs help you determine who or what performed the tasks reported by directory audit logs. The logs include interactive user sign-ins, non-interactive user sign-ins, service principal sign-ins, and managed identity sign-ins.
The sign-ins report helps you answer questions like:
- What is the sign in pattern of a user?
- How many users have signed in during the last week?
- What's the status of these sign-ins?
Provisioning
The provisioning logs help you see all the actions performed by the Microsoft Entra provisioning service. The provisioning report helps you answer questions like:
- What groups were successfully created in ServiceNow?
- What roles were imported from Amazon Web Services?
- What users were unsuccessfully created from Workday?
What can I do with activity reports in Microsoft Graph?
Here are popular requests for working with report data:
Operation | URL |
---|---|
GET tenant user activities | https://graph.microsoft.com/beta/auditLogs/directoryAudits |
GET custom security attribute audit logs | https://graph.microsoft.com/beta/auditLogs/customSecurityAttributeAudits |
GET tenant sign-ins | https://graph.microsoft.com/beta/auditLogs/signIns |
GET provisioning logs | https://graph.microsoft.com/beta/auditLogs/provisioning |
License requirements
Activity reports are available for features that you've licensed. If you have a license for a specific feature, you also have access to the reports. For more information about license requirements for the different activity reports, see Microsoft Entra audit logs: License and role requirements.