Skip to content

Commit f6708c6

Browse files
authored
Directory.Read.All is no longer required to read sign in logs in Graph
Directory.Read.All was previously required for license checks because there was a known issue with the API. But Ben has confirmed that the issue is now resolved. We've also removed the known issue reference from Microsoft Graph docs via https://github.com/microsoftgraph/microsoft-graph-docs/pull/20858/files, https://github.com/microsoftgraph/microsoft-graph-docs/pull/20842/files, microsoftgraph/microsoft-graph-docs@fd44a5d ------- cc: @shlipsey3
1 parent 976b1a5 commit f6708c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The following details relate to the `lastSignInDateTime` property.
5757

5858
- To read the property, you need to grant the app the following Microsoft Graph permissions:
5959
- AuditLog.Read.All
60-
- Directory.Read.All
6160
- User.Read.All
6261

6362
- Each interactive sign-in that was successful results in an update of the underlying data store. Typically, successful sign-ins show up in the related sign-in report within 10 minutes.

0 commit comments

Comments
 (0)