Hi, I want to get the "firstName" and "lastName" of all

Hi,
I want to get the "firstName" and "lastName" of all users in a group.
apply(users(_,"firstName"),groupName) is not giving the desired output? However, if I pass just a username it works.
apply(users(_"firstName),userName)
How can I achieve this for a group?...

OriginalPostID-135879

OriginalPostID-135879

  Discussion posts and replies are publicly visible