Skip to content

Welcome to the gift I have prepared for you for the 9th day of the MVP Advent Calendar.

Notifications You must be signed in to change notification settings

Laskewitz/MVP-AdventCalendar

Repository files navigation

Welcome to the gift I have prepared for you for the 9th day of the MVP Advent Calendar. Thanks to Megan Walker for the great idea of bringing all the MVPs together for a great advent calendar.

Advent Calendar

I hope you enjoy it!

Create an Azure AD App with Graph API permissions

To use these Flows successfully you should create an Azure AD App. My colleague Gustavo Velez wrote a very good blog about how to create this. He uses the SecurityEvents.Read.All permissions, which we are not gonna use. Use the following permissions for the different Flows:

Flow Name Graph API Permissions
Graph API Flow 1 - Invite External User User.Invite.All
Graph API Flow 2 - Create Team Group.ReadWrite.All & User.Read.All

Only the part "First Step: Register an application in Azure Active Directory" is what you should follow (with the right - above mentioned - permissions of course).

[Link to the blog]

To use the Flows below, make sure to import them into Power Automate and replace the variables on the top of the Flows. The values that need to be replaced are clearly marked with [REPLACE-WITH-*] where * is the thing you need to replace it with.

Graph API Flow 1 - Invite External User [Download]

This Flow will enable you to invite external users to your Azure Active Directory through Power Automate. It starts with a Flow Button, but I encourage you to use this in a different scenario. It's mostly to show you how it's done. In production scenarios I would use it after someone requests access for an external user. So make sure to try and use this with Microsoft Forms or other scenarios.

Used Graph API calls

Graph API Flow 2 - Create Team [Download]

This Flow enables you to create a Microsoft Team on request. You can of course copy and paste this into your own process for Teams creation.

Used Graph API calls

About

Welcome to the gift I have prepared for you for the 9th day of the MVP Advent Calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published