<?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 find System admin users in any environment?</title><link>https://community.appian.com/discussions/f/administration/19296/how-to-find-system-admin-users-in-any-environment</link><description>Hi All, 
 Is there any out of the box way find who are all basic users and System admin users in any appian environment? 
 Thanks in Advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to find System admin users in any environment?</title><link>https://community.appian.com/thread/154080?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2026 12:08:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:860f6088-b76f-41b7-aaee-7a4868930663</guid><dc:creator>schellam627525</dc:creator><description>&lt;p&gt;Thank you so much for this ! it really helped a lot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to find System admin users in any environment?</title><link>https://community.appian.com/thread/75525?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 06:29:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63e8ec84-5e57-48e6-89cf-0dc57150e67d</guid><dc:creator>Dharmendra Godhani</dc:creator><description>&lt;p&gt;Hi Ramp,&lt;/p&gt;
&lt;p&gt;Find the below code which will help you to find out the Basic and System Admin Users.&lt;/p&gt;
&lt;p&gt;a!forEach(&lt;br /&gt; getallusers(&lt;br /&gt; startIndex:1,&lt;br /&gt; batchSize: - 1&lt;br /&gt; ),&lt;br /&gt; if(&lt;br /&gt; user(&lt;br /&gt; username:fv!item,&lt;br /&gt; property:&amp;quot;userTypeId&amp;quot;&lt;br /&gt; ) = 1,&lt;br /&gt; &amp;quot;System Admin: &amp;quot; &amp;amp; fv!item,&lt;br /&gt; &amp;quot;Basic User: &amp;quot; &amp;amp; fv!item&lt;br /&gt; )&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to find System admin users in any environment?</title><link>https://community.appian.com/thread/75523?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 03:36:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d17057e-d489-456c-b2f7-86aa09afad23</guid><dc:creator>Hema</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/ramp"&gt;RPathuri&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can make use of the property &amp;#39;userTypeId&amp;#39; in the &amp;#39;user&amp;#39; function to&amp;nbsp;differentiate the Basic User and System Admin (The output will be 1 for System Admin and 0 for Basic User).&lt;/p&gt;
&lt;p&gt;You can deploy the People Functions - Plugin and make use of &amp;#39;getallusers&amp;#39; function to get all the users in your environment. I would recommend executing this in batches.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>