
Hey there,
in my App, managers are able to create a new user via AzureAd. Is it possible to assign licences (e.g. Microsoft 365 Business Standard) to the created user inside of Power Apps? In our company, 45/50 Business Standard Licences are assigned, so the new user would get one of the remaining 5 Licences.
Thanks for your help 🙂
The only way I am aware of doing this from a Power App is to create a custom connector to the Microsoft Graph API and use the assignLicence operation to do this. A custom connector means premium licencing for your app.
Hope that helps,
Bryan