Skip to content

Commit 2d9db0b

Browse files
committed
link-fix
1 parent aef3afd commit 2d9db0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The challenge of this method is to define what *for a while* means for your envi
2929
The last successful sign-in provides potential insights into a user's continued need for access to resources. It can help with determining if group membership or app access is still needed or could be removed. For external user management, you can understand if an external user is still active within the tenant or should be cleaned up.
3030

3131
## Detect inactive user accounts with Microsoft Graph
32+
<a name="how-to-detect-inactive-user-accounts"></a>
3233

3334
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 made a successful interactive sign-in to Azure AD. Using this property, you can implement a solution for the following scenarios:
3435

@@ -69,7 +70,7 @@ The following details relate to the `lastSignInDateTime` property.
6970

7071
## How to investigate a single user
7172

72-
If you need to view the latest sign-in activity for a user you can view the user's sign-in details in Azure AD. You can also use the Microsoft Graph scenario described in the [previous section](#detect-inactive-user-accounts-with-microsoft-graph).
73+
If you need to view the latest sign-in activity for a user you can view the user's sign-in details in Azure AD. You can also use the Microsoft Graph **users by name** scenario described in the [previous section](#detect-inactive-user-accounts-with-microsoft-graph).
7374

7475
1. Sign in to the [Azure portal](https://portal.azure.com).
7576
1. Go to **Azure AD** > **Users** > select a user from the list.

0 commit comments

Comments
 (0)