Forum Discussion
Add users access on a specific report/Data in a workspace using API
Hi All,
We want to add/remove users into specific report instead of workspace/group through API or Program. But seems there is no api available.
We know we can manage the user access manually in server.
Can any one help me to get it done if there are any ways to automate this.
Regards,
Venki.
3 Replies
- ibarrauSuper User
Hi. There is not request for that in the Rest API doc. I don't think you can do it for an specific report. However you can add, modify permission or delete users from workspaces:
https://docs.microsoft.com/en-us/rest/api/power-bi/groups/add-group-user
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups-add-user-as-admin
I hope that helps,
- venkaiah881Frequent Visitor
Thanks for quick response.
We are able to add or remove users into group/workspace using API, but we are looking for specific reports .
Regards,
Venki.
- v-easonf-msftCommunity Support
Hi, venkaiah881
All api related reports can be found here.
https://docs.microsoft.com/en-us/rest/api/power-bi/reports
I did not find the relevant api. I'm afraid that it may not be possible to achieve it through the api.
Best Regards,
Community Support Team _ Eason