
Announcements
Ok, so I can use a 'Send an HTTP request/GET' to get a 365 group. Trivial, no problem.
And I can filter out the groups that don't meet the criteria that I'm looking for on my groups.
What sort of request, if any, would be used to modify the group? Like, if I'm trying to find my NOT security enabled groups, and I want to toggle them all to security enabled, can that be done via Power Automate, or am I stuck merely getting the list of groups this way, and having to go out and touch them all by hand?
Hmm... I'm hoping someone else will be able to get you a better answer, but, I think you could use PowerShell to do that:
https://learn.microsoft.com/en-us/powershell/module/azuread/set-azureadmsgroup?view=azureadps-2.0
Is that an option?