Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm using the Power BI Python library by Alex Reed (areed1192/power-bi-python-api: The Unofficial Python API wrapper for the Microsoft Power BI REST API...). I added my own portion for the Admin part of the REST API. It currently only has the Get Reports as Admin function in it.
I got that part working. But, I appear to be having a permissions issue. The response I'm getting back is a 401. The logging feature in Mr. Reed's library is reporting this:
2021-11-22 16:29:55,812|session.py|URL: https://api.powerbi.com/v1.0/myorg/admin/reports
2021-11-22 16:29:56,163|session.py|{
"error_code": 401,
"response_url": "https://api.powerbi.com/v1.0/myorg/admin/reports",
"response_body": "",
"response_request": {
"Authorization": "Bearer XXXXXXX",
"Content-Type": "application/json",
"Content-Length": "2"
},
"response_method": "GET"
}
The permissions for my app are here:
Can anybody think of what else I need to check? I feel like I'm so close.
Thank you for your help.
Hi @RicFischer ,
From this error code 401, it seems that the authentication information provided is incorrect causing the API to fail to run. First, check to see if the account which you used to run Admin Rest API has the following privileges:
Also, please review the content in the following links. Hope they can help you.
Best Regards
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |