<?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>Identify All Sys-Admin Users</title><link>https://community.appian.com/discussions/f/general/13101/identify-all-sys-admin-users</link><description>Is there a quick way to see which users have Sys Admin rights in a given environment? 
 If so, is there a way to bulk-change their rights?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Identify All Sys-Admin Users</title><link>https://community.appian.com/thread/61268?ContentTypeID=1</link><pubDate>Fri, 05 Oct 2018 18:26:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f4850dd8-aa73-40b6-8e5b-f719a1e4169a</guid><dc:creator>Ben Anderson</dc:creator><description>To determine the system admins, you can run the following expression:&lt;br /&gt;
&lt;br /&gt;
=load(&lt;br /&gt;
local!designerUsers: getdistinctusers(getgroupbyname(&amp;quot;Designers&amp;quot;)),&lt;br /&gt;
local!adminUsers: apply(fn!isusersystemadministrator,local!designerUsers),&lt;br /&gt;
index(local!designerUsers,where(local!adminUsers),{})&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
The Designers group contains all system admins by rule, but non-admin users can be added to the group so the second step is needed.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identify All Sys-Admin Users</title><link>https://community.appian.com/thread/59039?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 15:37:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:924074bb-b16c-4aa3-95aa-2490921061f9</guid><dc:creator>Eliot Gerson</dc:creator><description>&lt;p&gt;One quick way to see all sys admins is to create a group with the membership rule &amp;quot;Add users whose User Type is Administrator&amp;quot; . For an example, you can look at the OOTB &amp;quot;Designers&amp;quot; group, which has this membership rule by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identify All Sys-Admin Users</title><link>https://community.appian.com/thread/59038?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 15:26:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa8483f7-4022-4dcd-bea0-a81740298cf7</guid><dc:creator>James</dc:creator><description>&lt;p&gt;I am unsure of a way to bulk-change rights without using a plugin, however, you can look at the OOB group &amp;#39;Designers&amp;#39; to quickly spot check and find system administrators, as when a user is created or given system administrator rights, they automatically become part of this group. More information on automatic group membership for different user roles can be found here:&lt;br /&gt; &lt;a href="https://docs.appian.com/suite/help/18.2/User_Roles.html#default-setup"&gt;docs.appian.com/.../User_Roles.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identify All Sys-Admin Users</title><link>https://community.appian.com/thread/59037?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 15:24:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c87db49e-5ee0-4c4a-8c33-537ce58e5d20</guid><dc:creator>Eleazarr</dc:creator><description>I&amp;#39;m also interested in finding a quick way to see which users have Sys Admin rights in a given environment However,  , do you know if there is a way with &amp;quot;out-of-box&amp;quot; functionality or is this plug-in the way it can be done at the current moment?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Identify All Sys-Admin Users</title><link>https://community.appian.com/thread/59034?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 14:49:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71be8912-b346-402a-bedb-dd792fdf4170</guid><dc:creator>kevinb0010</dc:creator><description>The People Functions plugin (&lt;a href="https://community.appian.com/b/appmarket/posts/people-functions---plug-in)"&gt;community.appian.com/.../people-functions---plug-in)&lt;/a&gt; includes two useful functions here:  getAllUsers and Isusersystemadministrator&lt;br /&gt;
&lt;br /&gt;
The following smart service allows you to select a user and change the user&amp;#39;s type from a Basic User to a System Administrator or from a System Administrator back to a Basic User.  See here:  &lt;a href="https://docs.appian.com/suite/help/18.2/Change_User_Type_Smart_Service.html"&gt;docs.appian.com/.../Change_User_Type_Smart_Service.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>