Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure active directory 用C实现Power BI许可证自动分配_Azure Active Directory_Powerbi - Fatal编程技术网

Azure active directory 用C实现Power BI许可证自动分配

Azure active directory 用C实现Power BI许可证自动分配,azure-active-directory,powerbi,Azure Active Directory,Powerbi,我正在创建一个自动化的流程,所以我在SharePoint中创建了一个新的列表项,然后我使用MS Flow触发我的API,邀请用户加入我的Azure广告组织。现在我需要将Power BI许可证分配给这个新用户 是否可以使用Power BI API分配Power BI许可证 另外,我找到了分配PBI许可证的方法,但使用了PowerShell,但在我的情况下无法使用PowerShell。MS Graph API的方法可能会有所帮助。从流量触发也应该是可能的。希望这有帮助 正是我要找的!谢谢你,克丽斯塔

我正在创建一个自动化的流程,所以我在SharePoint中创建了一个新的列表项,然后我使用MS Flow触发我的API,邀请用户加入我的Azure广告组织。现在我需要将Power BI许可证分配给这个新用户

是否可以使用Power BI API分配Power BI许可证


另外,我找到了分配PBI许可证的方法,但使用了PowerShell,但在我的情况下无法使用PowerShell。

MS Graph API的方法可能会有所帮助。从流量触发也应该是可能的。希望这有帮助

正是我要找的!谢谢你,克丽斯塔!: