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.
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.