<?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: How to get a list of all users that are disabled in Alfresco 4.1 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293852#M246982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi, I don't know how to do with SQL, but I found the REST api: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;localhost&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/api/people&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is people's list with details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 08:01:59 GMT</pubDate>
    <dc:creator>blade</dc:creator>
    <dc:date>2016-12-07T08:01:59Z</dc:date>
    <item>
      <title>How to get a list of all users that are disabled in Alfresco 4.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293851#M246981</link>
      <description>Hello everyone,I need to have a list of all users that are disabled in Alfresco 4.1. Be it in a form of SQL query or a webscript call.Much better if in SQL query form.Thanks!</description>
      <pubDate>Wed, 07 Dec 2016 03:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293851#M246981</guid>
      <dc:creator>ramilramasola</dc:creator>
      <dc:date>2016-12-07T03:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of all users that are disabled in Alfresco 4.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293852#M246982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi, I don't know how to do with SQL, but I found the REST api: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;localhost&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/api/people&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is people's list with details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 08:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293852#M246982</guid>
      <dc:creator>blade</dc:creator>
      <dc:date>2016-12-07T08:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of all users that are disabled in Alfresco 4.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293853#M246983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool thanks! Yeah I could just workout with the JSON response. Marking this as correct &lt;IMG src="https://connect.hyland.com/legacyfs/online/alfresco/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 08:18:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293853#M246983</guid>
      <dc:creator>ramilramasola</dc:creator>
      <dc:date>2016-12-07T08:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of all users that are disabled in Alfresco 4.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293854#M246984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;Hi Ramil, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled("user") method. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;&lt;SPAN&gt;For more info please refer these links &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.1/references/API-JS-getPeople.html." rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/references/API-JS-getPeople.html. &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN data-sheets-userformat="{&amp;quot;2&amp;quot;:769,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Hi Ramil, You can use the 'people' object of REST api, and if you want only users whose account is disabled, then you can filter the users' list by people.isAccountEnabled(\&amp;quot;user\&amp;quot;) method. For more info please refer these links http://docs.alfresco.com/5.1/references/API-JS-isAccountEnabled.html and http://docs.alfresco.com/5.1/references/API-JS-getPeople.html.                                                       &amp;quot;}" style="font-size: 13px;"&gt;Kalpesh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:06:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-a-list-of-all-users-that-are-disabled-in-alfresco-4-1/m-p/293854#M246984</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2016-12-08T09:06:28Z</dc:date>
    </item>
  </channel>
</rss>

