<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to get list of online users in an expression rule</title><link>https://community.appian.com/discussions/f/general/12741/how-to-get-list-of-online-users-in-an-expression-rule</link><description>I want to assign task to only users who is currently online. To do so, i need to find list of currently online users. I can see the list in Admin console but i do not see any function or possible way to get the list as output of expression rule. Any suggestions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to get list of online users in an expression rule</title><link>https://community.appian.com/thread/57020?ContentTypeID=1</link><pubDate>Fri, 22 Jun 2018 02:19:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bf14ae15-063d-42b2-8198-3e80fc096049</guid><dc:creator>josep</dc:creator><description>&lt;p&gt;Hello Ambrish, &lt;br /&gt; &lt;br /&gt; Well you don&amp;#39;t have exactly the rule to get what you want but you might have some options available. &lt;br /&gt; &lt;br /&gt; 1) you can use the readcsvlog or readcsvlogpagingwithheaders functions form the &amp;quot;Log Reader&amp;quot; shared component&lt;br /&gt; readcsvlogpagingwithheaders(csvPath:&amp;quot;login-audit.csv.2018-06-21&amp;quot;,&lt;br /&gt; startIndex:1,&lt;br /&gt; batchSize:-1,&lt;br /&gt; headers :{&amp;quot;timestamp&amp;quot;,&amp;quot;user&amp;quot;,&amp;quot;status&amp;quot;,&amp;quot;ip&amp;quot;,&amp;quot;type&amp;quot;, &amp;quot;agent&amp;quot;}&lt;br /&gt; ).&lt;br /&gt; &lt;br /&gt; &lt;a href="https://forum.appian.com/suite/sites/shared-components/page/shared-components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhu-vLnPrTl8vZW_jB_p9h2a3VMXntlKTqA/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; 2) bulk the login log to the database and you can query it using the &amp;quot;login information parser&amp;quot;&lt;br /&gt; &lt;br /&gt; &lt;a href="https://forum.appian.com/suite/sites/shared-components/page/shared-components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhe6kLnOxfeDHIMtA4tsrAWoZamIDmUAYiQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) I don&amp;#39;t like this too much but you have the function&amp;nbsp;getuserlastlogin from the plugin &amp;quot;User Login Details&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; Hope this helps &lt;br /&gt; &lt;br /&gt; Jose&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get list of online users in an expression rule</title><link>https://community.appian.com/thread/57010?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 19:19:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03ba275b-e9b0-4c92-8a86-c78c88e9a63b</guid><dc:creator>Umesh Patel</dc:creator><description>This feature is very much required in Appian, but, unfortunately not available through expression rule.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get list of online users in an expression rule</title><link>https://community.appian.com/thread/57003?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 16:42:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d67ddfbf-d388-4346-aa23-74058fccfceb</guid><dc:creator>Shiva Valusa</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
This is not possible in Appian as of now. I hope Appian can include this in future releases.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>