Forum Discussion
Jeff Walzer
Dec 22, 2022Iron Contributor
How to use multiple filter operations in beta Graph API?
I am trying to run the following API: https://graph.microsoft.com/beta/users?$count=true&$filter=signInActivity/lastSignInDateTime le 2022-09-01T00:00:00Z and endsWith(mail,'@alumni.xxx.xxx') ...
CloudHal
Nov 28, 2023Iron Contributor
Jeff Walzer if you filter on signInActivity you cannot use any other filters, this is documented here https://learn.microsoft.com/en-us/entra/identity/monitoring-health/howto-manage-inactive-user-accounts
It's an extremely annoying limitation.