Hi team,
How can we get the list of system administrators on Appian. Is there a group to get this list.
The users that are part of "Designer", is only admins?
Discussion posts and replies are publicly visible
Hello Purvaja https://community.appian.com/b/appmarket/posts/people-functions---plug-inInstall(Deploy) the "People Functions" plugin from the Appian Marketplace.Use the getAllUsers() function to retrieve all users.Iterate through the users and use isUserSystemAdministrator() function to identify admins.