<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic group REST call doesn't show all groups in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/group-REST-call-doesn-t-show-all-groups/m-p/515416#M15918</link>
    <description>&lt;P&gt;I'm doing the following REST call as a GET. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            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);&lt;/PRE&gt;&lt;P&gt;This succeeds, but only 2 groups are being returned.&amp;nbsp; There are at least 3 groups to be returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The account i'm using is a service account that is a member in all the groups I'm attempting to list.&amp;nbsp; The app has Groups.Read.All permission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm stuck. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;&lt;P&gt;-e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2018 22:12:59 GMT</pubDate>
    <dc:creator>ericleigh007</dc:creator>
    <dc:date>2018-09-13T22:12:59Z</dc:date>
    <item>
      <title>group REST call doesn't show all groups</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/group-REST-call-doesn-t-show-all-groups/m-p/515416#M15918</link>
      <description>&lt;P&gt;I'm doing the following REST call as a GET. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;            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);&lt;/PRE&gt;&lt;P&gt;This succeeds, but only 2 groups are being returned.&amp;nbsp; There are at least 3 groups to be returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The account i'm using is a service account that is a member in all the groups I'm attempting to list.&amp;nbsp; The app has Groups.Read.All permission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm stuck. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;&lt;P&gt;-e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 22:12:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/group-REST-call-doesn-t-show-all-groups/m-p/515416#M15918</guid>
      <dc:creator>ericleigh007</dc:creator>
      <dc:date>2018-09-13T22:12:59Z</dc:date>
    </item>
  </channel>
</rss>

