Skip to content

Commit 0581c71

Browse files
authored
Update howto-manage-inactive-user-accounts.md
1 parent 1fb3937 commit 0581c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/reports-monitoring/howto-manage-inactive-user-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The last sign-in provides potential insights into a user's continued need for ac
3131
## Detect inactive user accounts with Microsoft Graph
3232
<a name="how-to-detect-inactive-user-accounts"></a>
3333

34-
You can detect inactive accounts by evaluating the `lastSignInDateTime` property exposed by the `signInActivity` resource type of the **Microsoft Graph API**. The `lastSignInDateTime` property shows the last time attempted to make an interactive sign-in attempt in Azure AD. Using this property, you can implement a solution for the following scenarios:
34+
You can detect inactive accounts by evaluating the `lastSignInDateTime` property exposed by the `signInActivity` resource type of the **Microsoft Graph API**. The `lastSignInDateTime` property shows the last time a user attempted to make an interactive sign-in attempt in Azure AD. Using this property, you can implement a solution for the following scenarios:
3535

3636
- **Last sign-in date and time for all users**: In this scenario, you need to generate a report of the last sign-in date of all users. You request a list of all users, and the last `lastSignInDateTime` for each respective user:
3737
- `https://graph.microsoft.com/v1.0/users?$select=displayName,signInActivity`

0 commit comments

Comments
 (0)