Forum Discussion
kimlaurits
4 years agoFrequent Visitor
Invoke-PowerBIRestMethod - description of Workspace
Hi, I am trying to automate the creation of PowerBI Workspaces. I am able to create a new workspace: $body = '{"name": "' + $PowerBIWorkspaceName + '"}' $PowerBIWorkspace = Invoke-PowerBIRestMeth...
- 4 years ago
Unfortunately it doesn't seem to be possible to achieve with a service principal.
When changing description this API is used:
Admin - Groups UpdateGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
And that API is not supported when using a service principal:
kimlaurits
4 years agoFrequent Visitor
Unfortunately it doesn't seem to be possible to achieve with a service principal.
When changing description this API is used:
Admin - Groups UpdateGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
And that API is not supported when using a service principal: