Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I'm doing the following REST call as a GET.
var requestURL = $"https://api.powerbi.com/v1.0/myorg/groups";
HttpClient client = new HttpClient();
client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", _authHeader);
HttpResponseMessage result = await client.GetAsync(requestURL);This succeeds, but only 2 groups are being returned. There are at least 3 groups to be returned.
The account i'm using is a service account that is a member in all the groups I'm attempting to list. The app has Groups.Read.All permission.
I messed around with the group members, and found out that even groups I'm not a member of can be listed, but some groups I am a member of are not.
I'm stuck.
I'd like this app to be able to see all our groups, so that I can get the groups by name, and look up the GUIDs which will enable me to list names in a control file, and not GUIDs.
-thanks
-e
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 |