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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
ozhug
Advocate II
Advocate II

Embedding - Only group admin can embed group content - AppOwnsData sample

 

I am trying to run the sample AppOwnsData project (https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data) and I have followed the directions and created a native app in Azure AD and assigned the correct permissions.

 

I have an error when trying to generate a token to use when embedded the report.

 

{ "error": { "code": "InvalidRequest", "message": "Only group admin can embed group content" }}

 

When I use Postman to GET GroupUsers from the service my account is listed as an Admin for the group.

 

https://api.powerbi.com/v1.0/myorg/groups/<workspaceid>/users

 

 

{
"@odata.context": "http://<blabla>.analysis.windows.net/v1.0/myorg/groups/<workspaceid>/$metadata#users",


"value": [
{
"emailAddress": "<my email address>",

"groupUserAccessRight": "Admin"
}
....<other people>
]
}

 

Any ideas what i can do so that service does not tell me "only group admin can emded content" ?

 

thanks

 

Mark.

1 REPLY 1
v-micsh-msft
Microsoft Employee
Microsoft Employee

Hi,

 

The issue here should be related to the Group Ownership.

You might need to wait some time before the Access token being refreshed.

After that, use the new Access token to generate a new Embed Token.

Please take a try to Remove the current user from the Owner of the group, then promote it to the owner again to check the results.

Check:

Manage group owner status

 

Regards,

Michael

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.