Forum Discussion
lfkentwell
Mar 16, 2020Brass Contributor
Filtering Security Graph API in power automate
I am using the Microsoft Graph Security connector to get alerts in Power Automate. I am trying to filter the results to just MCAS alerts however there doesn't appear to be a field that just has MCAS...
Doyle Spence
Apr 13, 2020Copper Contributor
lfkentwell You can use StartsWith like this:
https://graph.microsoft.com/v1.0/security/alerts?$filter=startswith(category, 'MCAS')