Forum Discussion
Compulinx
Jan 27, 2022Copper Contributor
Filter Azure AD Signin Logs using Graph API
Hello! I am exploring how to filter the signin logs using REST calls. I'll be honest, for me, the syntax for this is a little confusing. Any help would be great. I am interested in filtering for ...
- Jan 27, 2022I'll be the first to agree that filtering in Graph is crap 😄 Try this:
https://graph.microsoft.com/beta/auditLogs/signins?$filter=status/errorcode eq 0&$top=1
VasilMichev
Jan 27, 2022MVP
I'll be the first to agree that filtering in Graph is crap 😄 Try this:
https://graph.microsoft.com/beta/auditLogs/signins?$filter=status/errorcode eq 0&$top=1
https://graph.microsoft.com/beta/auditLogs/signins?$filter=status/errorcode eq 0&$top=1
Compulinx
Jan 27, 2022Copper Contributor
Vasil you genius! You did it again mate!
/A
/A