Question
USER count difference
When I am logged in as a member of Admin group the following returns a count that is different from, when i am logged in as member of some group that is also a group member of cons!ALL_USERS
Any idea why those count could be different ?
count(
a!groupmemers(
group: cons!ALL_USERS,
direct: false,
memberType: "USER"
)
)
