Forum Discussion
Shaamil
8 years agoRegular Visitor
Add user to Power BI Group
I am trying to add a user to a group. My approach is to get a access tokan from the registerd app in azure AD. I am trying the following code, but i am not sure what i should include as the resource...
Anonymous
8 years agoNot applicable
Are you trying to give them access to a Workspace? If so you can do this through the interface. Press the ">" next to "Workspaces". Find the name of the workspace in the listing and press the ... menu. In there select 'Edit Workspace' and you can add/remove members. They will need a Pro License.
If you are using Workspace Apps, you will need to use the "Update App" button and grant them access in the 'Access' section.
Shaamil
8 years agoRegular Visitor
Actually i am trying to add user through C# code from my end, so that it will get updated in the user group in power bi site.