You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/active-directory-reporting-api-sign-in-activity-samples.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: na
15
15
ms.workload: identity
16
-
ms.date: 01/15/2018
16
+
ms.date: 05/21/2018
17
17
ms.author: dhanyahk;markvi
18
18
ms.reviewer: dhanyahk
19
19
20
20
---
21
21
# Azure Active Directory sign-in activity report API samples
22
-
This topic is part of a collection of topics about the Azure Active Directory reporting API.
22
+
This article is part of a collection of articles about the Azure Active Directory reporting API.
23
23
Azure AD reporting provides you with an API that enables you to access sign-in activity data using code or related tools.
24
-
The scope of this topic is to provide you with sample code for the **sign-in activity API**.
24
+
The scope of this Article is to provide you with sample code for the **sign-in activity API**.
25
25
26
26
See:
27
27
@@ -30,7 +30,7 @@ See:
30
30
31
31
32
32
## Prerequisites
33
-
Before you can use the samples in this topic, you need to complete the [prerequisites to access the Azure AD reporting API](active-directory-reporting-api-prerequisites.md).
33
+
Before you can use the samples in this article, you need to complete the [prerequisites to access the Azure AD reporting API](active-directory-reporting-api-prerequisites.md).
34
34
35
35
## PowerShell script
36
36
# This script will require the Web Application and permissions setup in Azure Active Directory
@@ -81,7 +81,7 @@ Once you finish editing the script, run it and verify that the expected data fro
81
81
The script returns output from the sign-in report in JSON format. It also creates an `SigninActivities.json` file with the same output. You can experiment by modifying the script to return data from other reports, and comment out the output formats that you do not need.
82
82
83
83
## Next Steps
84
-
* Would you like to customize the samples in this topic? Check out the [Azure Active Directory sign-in activity API reference](active-directory-reporting-api-sign-in-activity-reference.md).
84
+
* Would you like to customize the samples in this article? Check out the [Azure Active Directory sign-in activity API reference](https://developer.microsoft.com/graph/docs/api-reference/beta/resources/signin).
85
85
* If you want to see a complete overview of using the Azure Active Directory reporting API, see [Getting started with the Azure Active Directory reporting API](active-directory-reporting-api-getting-started.md).
86
86
* If you would like to find out more about Azure Active Directory reporting, see the [Azure Active Directory Reporting Guide](active-directory-reporting-guide.md).
0 commit comments