Adventures with Power Apps: Managing Entra Groups with a Canvas App

I wanted to create an app that allows owners of a Microsoft Entra ID group to manage users.

To get a list of all the groups a user owns I tried the Office 365 Groups Connector and the List Owned Groups V2 method.

That seemed to only want to return a list of M365 Groups.

I instead went with the Office 365 Users Connector and the Send an HTTP Request method.

That did the trick!

Thankfully the Add member to group and Remove member to group for the Office 365 Groups Connector works with both M365 Groups and Microsoft Entra ID groups.

Figure 1 – Entra Group Management App

This makes it very easy for users to manage membership in groups without having to navigate the Azure Portal, the Power Platform Portal or the M365 Portal.

Download the solution at https://mattruma.com/wp-content/uploads/2024/03/EntraManagementSolution_1_0_0_1.zip.

Leave a Reply

Your email address will not be published. Required fields are marked *