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
7 replies
Answers
1 answer
Subscribers
9 subscribers
Views
7120 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any way to find users who are only direct members of that group, not ad
jakeg
over 8 years ago
Is there any way to find users who are only direct members of that group, not added from a child group?
OriginalPostID-215358
OriginalPostID-215358
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 8 years ago
Just to add, the index issue in this function was discussed sometime ago at
forum.appian.com/.../e-169542
.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 8 years ago
Just to add, the index issue in this function was discussed sometime ago at
forum.appian.com/.../e-169542
.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
0
baskare
over 7 years ago
in reply to
sikhivahans
As suggested , I am using fn!getDirectGroupMemberUsersPaging() to get the direct members . But in my case I have around 80K users available in a group . If I try to use this function to check a users direct membership It takes more time to retrieve the result as the number of users is huge in numbers. Also I have more group for which i have to run this function to check whether the user is a direct member. Did anyone have faced similar issue and came up with any alternates.
contains(
touniformstring(
fn!getdirectgroupmemberuserspaging(
getgroupbyname(ri!groupName),
0,
- 1
)
),
ri!userName
))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel