<?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 Re: Via AGOL web interface, I can see group members full name, but can't via API in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7660#M311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Victor. That workaround works and provides me with all the 'fullNames' of my users. I'll get a bug filed w/ tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2020 15:05:33 GMT</pubDate>
    <dc:creator>JimmyKnowles</dc:creator>
    <dc:date>2020-04-14T15:05:33Z</dc:date>
    <item>
      <title>Via AGOL web interface, I can see group members full name, but can't via API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7658#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm the owner of a group and via the AGOL web interface, I can see all members of the group (even those in other organizations), I can see their usernames, and I can see their full names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try and do this via the api, I can only see certain properties of those users that are not members of my organization. I can see username and id and that's about it. If I can see their full name via the AGOL web interface, why can't I see it via the api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following code snippets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;group &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;groups&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;search&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"name of my group"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
members &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; group&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get_members&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; user &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; members&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'users'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    ago_user &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;users&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;user&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    name &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; ago_user&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;fullName
    user_id &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; ago_user&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;username&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those users of my org, I get their fullName fine, but I get an empty string on those outside my organization. Is this by design? If so, why can I see their full names via the web interface, but can't via the api?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:18:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7658#M309</guid>
      <dc:creator>JimmyKnowles</dc:creator>
      <dc:date>2021-12-10T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Via AGOL web interface, I can see group members full name, but can't via API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7659#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to reproduce this issue as well, seems to be a bug. I suggest you to contact Tech Support to log a Bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternate solution you can use the same request that Portal is using to retrieve the list of user. The call will return a .json with the list of users, if you inspect the requests sent from the browser it will be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sharing/rest/community/groups/8039803e729b439bacff9de0633332cd/userlist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7659#M310</guid>
      <dc:creator>VictorCoelho</dc:creator>
      <dc:date>2020-04-14T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Via AGOL web interface, I can see group members full name, but can't via API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7660#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Victor. That workaround works and provides me with all the 'fullNames' of my users. I'll get a bug filed w/ tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 15:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/via-agol-web-interface-i-can-see-group-members/m-p/7660#M311</guid>
      <dc:creator>JimmyKnowles</dc:creator>
      <dc:date>2020-04-14T15:05:33Z</dc:date>
    </item>
  </channel>
</rss>

