Created for Microsoft Hack Together
Office 365 Groups is the foundational membership service, that drives all teamwork across Microsoft 365. Once in a group, we can get the benefits of the group-connected services like shared Outlook inbox, shared calendar, SharePoint site, Planner, Power BI, Yammer, and MS Teams.
This application gives a consolidated view of the Microsoft 365 groups owned by an user, as well they are member of it. This solution will help an individual to manage their group membership better.
Home page showing the M365 groups owned:
Member Groups page showing the M365 groups, an user is member of:
Follow below steps to use this app:
-
Clone this repository
-
Create an app registration in Azure AD with the following Microsoft Graph - delegated permissions:
- Directory.ReadWrite.All
- User.Read
-
Create a client secret for this app registration.
-
Update the values to the
AzureAd
section ofappsettings.json
file.TenantId
: The tenant ID of the Azure AD tenant.ClientId
: The client ID of the Azure AD application.ClientSecret
: The client secret of the Azure AD application.