Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,183 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I received an error when calling the below HTTP call. Seems that I am not able to to filter using both lastSignInDateTime and accountEnabled at the same time?
https://graph.microsoft.com/beta/users?$filter=signInActivity/lastSignInDateTime lt 2021-03-09 and accountEnabled eq true