Hi
Is there a way in Power Automate / Power Flow where I can get all the users which belongs to a AAD security group (All_of_IT) and nested groups within the group?
e.g.
- All_of_IT
- User_1
- User_2
- User_3
- IT_Operations
- User_3
- IT_Developers
- IT_Engineers
- IT_Team_Leads
The Flow will receive the Object_Id from a PowerApp App to identify "All_of_ IT" or any other Security Group
The result set should be:
- User_1
- User_2
- User_3
- User_5
- User_6
- User_7
- User_8
(There is a commandlet in PowerShell called Get-ADGroupMember which will do what I need, but my objective is to find a solution that is a 100% cloud-based.)
You help will be much appreciated.