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
