Forum Discussion
Anonymous
3 years agoNot applicable
Error using Invoke-PowerBIRestMethod using a service principal
Hello Community, I followed the steps below to use the powershell Invoke-PowerBIRestMethod using a service principal but facing errors getting the details of the group or dataset. I followed the...
- 3 years ago
You are asking for groups that the authenticated entity is a member of. You may not have added that service principal to any workspaces. If you had intended to do this in tenant level then you should use Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
lbendlin
3 years agoSuper User
You are asking for groups that the authenticated entity is a member of. You may not have added that service principal to any workspaces. If you had intended to do this in tenant level then you should use Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn