Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

REST API Add Group User PowerBIEntityNotFound

Hi there! 

 

I am currently working with Add Group User from PBI REST API and found an issue when calling the API by iterating a list of workspaces in:

 

POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users

 

Somehow, it runs properly with certain Workspaces, but it fails with others and showing below error. Failing workspaces has similar properties than the others than run Ok.

 

Failure happened on 'Source' side. ErrorCode=RestSourceCallFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The HttpStatusCode 404 indicates failure. Request URL: https://api.powerbi.com/v1.0/myorg/groups/XXXXXXX/users Response payload:{"error":{"code":"PowerBIEntityNotFound","pbi.error":{"code":"PowerBIEntityNotFound","parameters":{},"details":[],"exceptionCulprit":1}}},Source=Microsoft.DataTransfer.ClientLibrary,'

 

Any idea why this is happening?

 

Thanks!!

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi ibarrau

       

      Thanks for the response. Regarding your question, I am trying to add a Service Principal to all workspaces and this is already authenticated as PBI admin. Hope this helps.