Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 ?