Skip to content

Commit 6604ad1

Browse files
Merge pull request #115188 from SaurabhSharma-MSFT/patch-81
(AzureCXP) Fix for GitHub Issue 54758
2 parents bd595a2 + dae2192 commit 6604ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/reports-monitoring/concept-reporting-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For detailed instructions, see the [prerequisites to access the Azure Active Dir
4444

4545
## API Endpoints
4646

47-
The Microsoft Graph API endpoint for audit logs is `https://graph.microsoft.com/beta/auditLogs/directoryAudits` and the Microsoft Graph API endpoint for sign-ins is `https://graph.microsoft.com/beta/auditLogs/signIns`. For more information, see the [audit API reference](https://developer.microsoft.com/graph/docs/api-reference/beta/resources/directoryaudit) and [sign-in API reference](https://developer.microsoft.com/graph/docs/api-reference/beta/resources/signIn).
47+
The Microsoft Graph API endpoint for audit logs is `https://graph.microsoft.com/v1.0/auditLogs/directoryAudits` and the Microsoft Graph API endpoint for sign-ins is `https://graph.microsoft.com/v1.0/auditLogs/signIns`. For more information, see the [audit API reference](https://developer.microsoft.com/graph/docs/api-reference/v1.0/resources/directoryaudit) and [sign-in API reference](https://developer.microsoft.com/graph/docs/api-reference/v1.0/resources/signIn).
4848

4949
In addition, you can use the [Identity Protection risk detections API](https://developer.microsoft.com/graph/docs/api-reference/beta/resources/identityriskevent) to gain programmatic access to security detections using Microsoft Graph. For more information, see [Get started with Azure Active Directory Identity Protection and Microsoft Graph](../identity-protection/graph-get-started.md).
5050

0 commit comments

Comments
 (0)