Forum Discussion
Email Subscriptions to PowerBI reports
- 5 years ago
This can be done via Rest API, Get list of all subscriptions and then Create them with API altogether. This may need someone with Rest API coding knowledge :
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/Subscriptions/GetSubscriptions
Also as a best practice if you create subscriptions for your users please use a service account/ master account to create those rather than individual.
May I ask if your problem has been solved? Is the above answer helpful to you?
If it helps, could you please mark the response which help as Answered since it is working now? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.
No, unfortunately I have not been able to implement it just yet because I am waiting for my company to get a license for the service account where I will be pouring all my subscriptions.
But I have tested the API already and it is a great solution.
Thanks so much.