Forum Discussion
Power BI Rest API Postman "Try-it"
If you in Postman go to the authorization tab and there you can choose bearer token. Paste the token only (NOT bearer in front) it should work.
BR
Marius
- meiwah4 years agoResolver I
Hi Mariussve1, thks! I've pasted the Access Token under the Authorization tab in Postman but I still get the error "Unauthorized". Pls help
- mariussve14 years agoSolution Sage
Are you using Service Principal (Tenant-, -App and Secret ID) ?
If yes, then you need to put this service principal in a security group in AAD (Azure AD). Then you have to permit this security group to the workspace you are running the REST API against.
If you want to use the admin API's you have to grant accesst to this in the tenant settings:Br
Marius
- meiwah4 years agoResolver I
Thks Marisussve1! I've found another work around to acheive what I want to do. It is the custom connector Power BI API by Miguel Escobar