Hi all,
I have been looking into Azure App Registration and was hoping to utilize the Power BI REST APIs.
However for my purposes, I would like - say once a day or week - the API to call and get all workspaces (for example) and output that somewhere.
I can build an application to run the APIs but I don't see how to do it without including a user. I'd like this to run automatically.
If I've registered an Azure app with a client ID + Secret and permissions to read the workspaces. Could this be used to automate the job?
Thanks