Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to get data like capapcity name and whether/not that capacity is premium for users who make use of workspace in PBI service.Pls let me know how can i obtain this using REST API.Do i have to change the script of the API such that it allows this extracting additional data ?
Pls guide
Solved! Go to Solution.
Hi @Anonymous
Yes.
Refer to this link, parameter "isOnDedicatedCapacity" means whether the group is on dedicated capacity, so you could the judge whether workspace is registered in premium or not.
Using this API, it returns a list of users that have access to the specified workspace including "owners of the workspace".
Best Reagrds
maggie
Hi @Anonymous
You could refer to the following article.
Returns a list of capacities the user has access to
Best Regards
maggie
Thanks for the reply.Is it possible to fetch :
Hi @Anonymous
Yes.
Refer to this link, parameter "isOnDedicatedCapacity" means whether the group is on dedicated capacity, so you could the judge whether workspace is registered in premium or not.
Using this API, it returns a list of users that have access to the specified workspace including "owners of the workspace".
Best Reagrds
maggie
Hi Maggie,
Does it supports old workspace groups OR only new app workspaces ?