Forum Discussion
Shaamil
8 years agoRegular Visitor
Programmatically grant user permission to a dataset
Hi, There are Power BI reports in my organization targeted for various users. Currently for the reports we grant access to users by going into The Wokspace, and selecting the datsets. From there we s...
Anonymous
6 years agoNot applicable
does anyone find a solution using API or c#, I need to add a new user and grant him admin/read permission on a specific workspace.
- shyam70076 years agoRegular Visitor
Hi this can be done using ps script "Add-PowerBIWorkspaceUser -Scope Organization -Id $workspace.id -UserEmailAddress $Email_Id -AccessRight Admin "