<?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 Display a list of all users in Alfresco 5.0. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29609#M12610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way i can simply display a list of over 500 users?&lt;/P&gt;&lt;P&gt;Is there a simple way to export the user list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 14:26:34 GMT</pubDate>
    <dc:creator>withsupportltd</dc:creator>
    <dc:date>2017-06-30T14:26:34Z</dc:date>
    <item>
      <title>Display a list of all users in Alfresco 5.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29609#M12610</link>
      <description>Is there a way i can simply display a list of over 500 users?Is there a simple way to export the user list?</description>
      <pubDate>Fri, 30 Jun 2017 14:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29609#M12610</guid>
      <dc:creator>withsupportltd</dc:creator>
      <dc:date>2017-06-30T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display a list of all users in Alfresco 5.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29610#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the simplest way i can think of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;curl -u admin:admin "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/api/people?maxResults=500" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/api/people?maxResults=500&lt;/A&gt;&lt;SPAN&gt;" &amp;gt; people.json&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 20:01:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29610#M12611</guid>
      <dc:creator>mikel_asla</dc:creator>
      <dc:date>2017-06-30T20:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display a list of all users in Alfresco 5.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29611#M12612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is more or less the same that &lt;B&gt;Mikel Asla&lt;/B&gt;, via alfListUsers.sh command in alfresco shell tools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/ecm4u/alfresco-shell-tools/blob/master/bin/alfListUsers.sh" title="https://github.com/ecm4u/alfresco-shell-tools/blob/master/bin/alfListUsers.sh" rel="nofollow noopener noreferrer"&gt;alfresco-shell-tools/alfListUsers.sh at master · ecm4u/alfresco-shell-tools · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, if you have Javascript Console addon installed you may run JS API people related. This example is inside the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/5.2/references/API-JS-getPeople.html" title="http://docs.alfresco.com/5.2/references/API-JS-getPeople.html" rel="nofollow noopener noreferrer"&gt;getPeople | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2017 09:21:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29611#M12612</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-07-01T09:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display a list of all users in Alfresco 5.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29612#M12613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, really helpful.&lt;/P&gt;&lt;P&gt;Now do you know if there is a way to display the same information but organised by groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:20:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29612#M12613</guid>
      <dc:creator>withsupportltd</dc:creator>
      <dc:date>2017-07-12T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display a list of all users in Alfresco 5.0.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29613#M12614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link (in spanish), with the help of Alfresco shell tools again. In the middle of the post there is a shell script based in alfresco shell commands called&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 16px;"&gt;AlfrescoAllGroups.sh&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.zylk.net/en/web-2-0/blog/-/blogs/alfresco-shell-tools" title="http://www.zylk.net/en/web-2-0/blog/-/blogs/alfresco-shell-tools" rel="nofollow noopener noreferrer"&gt;- Alfresco Shell Tools - zylk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:35:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/display-a-list-of-all-users-in-alfresco-5-0/m-p/29613#M12614</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-07-12T15:35:27Z</dc:date>
    </item>
  </channel>
</rss>

