Hi,
It's possible to add group to a PowerBI Workspaces via Add-PowerBIWorkspaceUser.
Here you use the parameter PrincipalType to define if its a App, Group, User.
To remove permissions we can use Remove-PowerBIWorkspaceUser.
But that only seems to support UPN - and therefore only users. There is no option similar to PrincipalType or Identifier.
Hi, It's possible to add group to a PowerBI Workspaces via Add-PowerBIWorkspaceUser. Here you use the parameter PrincipalType to define if its a App, Group, User.
To remove permissions we can use Remove-PowerBIWorkspaceUser. But that only seems to support UPN - and therefore only users. There is no option similar to PrincipalType or Identifier.