Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
RicFischer
Helper I
Helper I

REST API Permissions issue for Admin part of API

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:

 

RicFischer_0-1637689022213.png

 

Can anybody think of what else I need to check? I feel like I'm so close.

 

Thank you for your help.

1 REPLY 1
Anonymous
Not applicable

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:

yingyinr_0-1637910648871.png

Also, please review the content in the following links. Hope they can help you.

Permission types

API call returning 401

Best Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.