Vnuuk
Vnuuk

Reputation: 6527

Automating Power BI License Assignment with C#

I'm creating an automated process, so I create a new List item in SharePoint, then I use MS Flow to trigger my API to invite user to my Azure AD organization. Now I need to assign Power BI license to this new user.

Is it possible to assign Power BI license using Power BI API?

P.S. I found the way to assign PBI license but using PowerShell, but I can't use PowerShell in my case.

Upvotes: 0

Views: 172

Answers (1)

Krista Lozada
Krista Lozada

Reputation: 26

The assign license method of MS Graph API might help. Triggering from flow should be possible as well. Hope this helps.

Upvotes: 1

Related Questions