Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Workspace access

How to get information of the roles/access ( i.e. Admin , Contributor , Viewer ) associated with security groups on workspaces in Power BI service.   For example, we have three security groups i.e ...
  • ibarrau's avatar
    1 year ago

    Hi. Can you explain how do you expect this result? I'm asking because, as a workspace admin you can open the "Workspace access" button at the UI and see the groups with the role associated. You can also get this data from Power Bi Rest API with this request: https://learn.microsoft.com/en-us/rest/api/power-bi/groups/get-group-users

    Both ways you get the information of security groups and role.

    I hope that helps,