Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
8 replies
Answers
1 answer
Subscribers
9 subscribers
Views
7506 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am trying to find a way to list all the users setup as system administrator an
ajays
over 9 years ago
I am trying to find a way to list all the users setup as system administrator and I am an Appian Admin. Do you have any suggestions?
OriginalPostID-152312
OriginalPostID-152312
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 9 years ago
@ajays If I understand your question correctly, implementing the isusersystemadministrator (present in plugin at https://forum.appian.com/suite/tempo/records/type/components/item/i0BWsQdLlzKy55h8z8zJ0sPqpDWFrba9l14mbyubY4XI6t1hRI7xLwkvHhqsuQ/view/summary) with the combination of looping function is a handy solution (and other way as well) to some extent and following is the way how we can use:
filter(fn!isusersystemadministrator(_),getdistinctusers(topeople(
))) => returns System Administrators
reject(fn!isusersystemadministrator(_),getdistinctusers(topeople(
))) => returns Basic Users
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harrisont606
over 7 years ago
in reply to
sikhivahans
This is very useful!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
harrisont606
over 7 years ago
in reply to
sikhivahans
This is very useful!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data