Hi All,
I would like to understand if powerautomate is a right solution for my use case-
I would like set a recurring flow to fetch all Teams/SharePoint which have the privacy setting as 'Public' and send notification to the owners.
It is a large organization and there are > 20000 M365 groups. I am trying to filter the groups with the below API, but cannot find a way to filter further based on visibility.
I read that 'visibility' is not supported for filtering.
https://graph.microsoft.com/v1.0/groups?$filter=groupTypes/any(c:c eq 'Unified')&$select=displayName,id,visibilityhttps://graph.microsoft.com/v1.0/groups?$filter=groupTypes/any(c:c eq 'Unified')&$select=displayName,id,visibility
Any inputs on this topic will be helpful.
Thanks!