Skip to content

Commit 8c45742

Browse files
authored
Merge pull request #41796 from MarkusVi/quickfix80
quickfix80
2 parents 1c8a3fc + 8a95b65 commit 8c45742

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/active-directory-reporting-api-sign-in-activity-samples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 01/15/2018
16+
ms.date: 05/21/2018
1717
ms.author: dhanyahk;markvi
1818
ms.reviewer: dhanyahk
1919

2020
---
2121
# 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.
2323
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**.
2525

2626
See:
2727

@@ -30,7 +30,7 @@ See:
3030

3131

3232
## 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).
3434

3535
## PowerShell script
3636
# 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
8181
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.
8282

8383
## 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).
8585
* 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).
8686
* 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).
8787

0 commit comments

Comments
 (0)