<?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>Query Deactivated User</title><link>https://community.appian.com/discussions/f/data/24162/query-deactivated-user</link><description>Hi, 
 Could you please help me creating an interface where I can query for deactivated users. The interface is to start a process to reactivate the user. So far I have tried two methods unsuccessful: 
 1. User picker field only returns active users. </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Query Deactivated User</title><link>https://community.appian.com/thread/93181?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 11:49:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f08f8e3a-4483-4d28-a717-3d8ea52c32fc</guid><dc:creator>JesperV</dc:creator><description>&lt;p&gt;Thanks for your help. I was hoping to find something out of the box from Appian, but this is doing the job too.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Query Deactivated User</title><link>https://community.appian.com/thread/93179?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 10:16:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c6aeaf2-983e-4986-89dc-bfdbcdb3a084</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This function is part of the plugin &amp;quot;Personalization Utilities&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Query Deactivated User</title><link>https://community.appian.com/thread/93174?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 08:56:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08dc416b-f180-4e50-b8e2-609a11122ee1</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;Try the below piece of code.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;getdeactivatedusersby(
  &amp;quot;customField10&amp;quot;,
  null,
  2
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>