<?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 AGOL Member creation date sort ? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98346#M4715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peoples,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AGOL, is there a way to determine when a member was created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to list say the last 20 members created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2019 05:42:08 GMT</pubDate>
    <dc:creator>MarkChilcott</dc:creator>
    <dc:date>2019-09-25T05:42:08Z</dc:date>
    <item>
      <title>AGOL Member creation date sort ?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98346#M4715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peoples,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AGOL, is there a way to determine when a member was created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to list say the last 20 members created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 05:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98346#M4715</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2019-09-25T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL Member creation date sort ?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98347#M4716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know Python, you can use the ArcGIS API for Python, to get the creation date of each user.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;created = arcgis.gis.User(gis, user).created
(datetime.fromtimestamp(created / 1000).strftime('%Y-%m-%d %H:%M:%S'))&lt;SPAN class="line-numbers-rows"&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;You could create a list of the users in Python, and sort it based on their creation date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98347#M4716</guid>
      <dc:creator>NikolajGrønholdt</dc:creator>
      <dc:date>2021-12-11T06:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL Member creation date sort ?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98348#M4717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Admin Tools for ArcGIS Online&lt;/P&gt;&lt;P&gt;&lt;A href="https://apps.geopowered.com/admin-tools/basic/#/items"&gt;Admin Tools for ArcGIS Online&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can export the list of users to csv, then do what you need in Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 23:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-member-creation-date-sort/m-p/98348#M4717</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2019-10-03T23:08:39Z</dc:date>
    </item>
  </channel>
</rss>

