Forum Discussion
Power BI Token Generation
- Anonymous2 years ago
Hi innocence84 ,
You can refer the following links to grant the service principal access to the workspaces:
By Powershell:
Add-PowerBIWorkspaceUser (MicrosoftPowerBIMgmt.Workspaces) | Microsoft Learn
Add-PowerBIWorkspaceUser -Scope Organization -Id 23FCBDBD-A979-45D8-B1C8-6D21E0F4BE50 -UserEmailAddress [email protected] -AccessRight AdminGrant the access in Power BI Service:
Best Regards
Hi innocence84 ,
As I tested in my side, it can return all workpaces which the account can access to.
Could you please tell me whether the account info used in the below screenshot be granted to all workspaces?
Best Regards
- innocence842 years agoHelper I
thanks,
I received the client_id and client_secret from Azure Active directory app registration.
You asked: "Could you please tell me whether the account info used in the below screenshot be granted to all workspaces?"
How can I grant the Azure Active Directory app registration for all workspaces?- Anonymous2 years agoNot applicable
Hi innocence84 ,
You can refer the following links to grant the service principal access to the workspaces:
By Powershell:
Add-PowerBIWorkspaceUser (MicrosoftPowerBIMgmt.Workspaces) | Microsoft Learn
Add-PowerBIWorkspaceUser -Scope Organization -Id 23FCBDBD-A979-45D8-B1C8-6D21E0F4BE50 -UserEmailAddress [email protected] -AccessRight AdminGrant the access in Power BI Service:
Best Regards