Forum Discussion
Re: Power BI Subscription
Hi Kinjal,
I have setup some Power Bi subscriptions for my company, I'm trying get a list of all those subscription that are in different workspaces.
Thank you,
2 Replies
- AnonymousNot applicable
ocarr, thank you for the clarification. I am moving your post to different board where experts can help you. This board (Community Feedback) is related to any suggestions/feedback on the Power BI Community!
Regards,
Kinjal
- AnonymousNot applicable
Hi ocarr ,
You could take a look at below APIs.
Returns a list of report subscriptions along with subscriber details:
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-subscriptions-as-admin
Returns a list of subscriptions for the specified user:
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/users-get-user-subscriptions-as-admin
Note that both above APIs are preview API call.
Best Regards,
Jay