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
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?
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 Admin
Grant the access in Power BI Service:
Best Regards