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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Rest API getdatasetsingroupasadmin fails on some workspaces

Dear All,

 

We have been developing some PowerShell scripts to call the admin REST APIs using a service principal. We collect artifact information in the follwing way:

 

1. Call the admin workspakce api to get a list of workspaces

2. Loop through this list and call the relevant admin APIs to get reports, datasets, dashboards for each workspace. 

 

This was all working fine. However in the last few days the call to get the datasets has starting failing on some workspaces. The API we are using is the Admin - Datasets GetDatasetsInGroupAdAdmin https://docs.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-in-group-as-admin. The API call fails where the security group the service principal is in, has no permissions to the relevant worksapce. 

 

I was under the impression calls using the admin API's didn't need permissions set on each individual workspace. This also makes sense as a. it was working fine before and b. the other calls such as getting a list of reportsper workspace work fine.

 

Has anyone else come across this issue before?

 

Thanks a lot,

 

Alex

5 REPLIES 5
Anonymous
Not applicable

Thanks for your response.

 

Yes that is all done. As I mentioned it is being accessed through a service principle already. It is just the Datasets GetDatasetsInGroupAsAdmin that is erroring on some workspaces (where the service principal is not a member in the workspace). The other API calls such as GetWorkspacesAsAdmin, GetReportsInGroupAsAdmin are all working fine in the same PowerShell script. 

It feels like the error you would see if you were running the non admin API call and didn't have access to the workspace.

 

Thanks,


Alex

Hi, @Anonymous 

 

Can you provide a screenshot of the error?

Regarding the permissions of the workspace, the admin doesn't have the right to view the content that doesn't belong to his own workspace, so I am not sure that this is an issue when you use the API.

The request for each API call are also different, not the same.

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.


Best Regards,

Community Support Team _ Janey

Anonymous
Not applicable

The error gives a 401 unauthorised. However the error message said I am calling groups API, but I am actually calling admin/groups.

 

Response : Unauthorized (401):
{"error":{"code":"PowerBINotAuthorizedException","pbi.error":{"code":"PowerBINotAuthorizedException","parameters":{},"details":[],"exceptionCulprit":1}}}
PowerBIErrorInfo :
RequestId : <requestid>
ResponseDate : Thu, 23 Sep 2021 14:19:32 GMT
RequestMethod : GET
RequestUri : https://api.powerbi.com/v1.0/myorg/groups/<workspaceid>/datasets

 

This is the PowerShell call I am making which results in an error:

Invoke-PowerBIRestMethod -Url "admin/groups/<workspaceid>/datasets"

 
HOWEVER if I make the admin reports API call to the same workspace there is no issue. 
Invoke-PowerBIRestMethod -Url "admin/groups/<workspaceId>/reports" -Method Get | ConvertFrom-Json

Hi, @Anonymous 

 

Have you tried refreshing the browser cache?

 

Best Regards,

Community Support Team _ Janey

 

v-janeyg-msft
Community Support
Community Support

Hi, @Anonymous 

 

You can try to log in admin account and check this setting in admin portal >>admin api settings, and add security groups.

vjaneygmsft_0-1631846779110.png

Reference:

Enable service principal authentication for read-only admin APIs - Power BI | Microsoft Docs

 

In addition: Are you the administrator?

vjaneygmsft_1-1631847051628.png

Reference:

Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.


Best Regards,

Community Support Team _ Janey

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors