HI,
I am trying to pull list of members under "intranet-authors" group using query debugger in AEM 6.3.
below is the crxde page.
In below screenshot - in rep:memebrs properties only ID for users are given.. When is select the ID then it goes the corresponding user name.
Please suggest the query to get the name of users

Used below query to get the info but i am getting only path results.
p.hits=selective
p.limit=-1
p.properties=jcr:uuid
path=/home/groups/intranet/intranet-authors/
type=rep:users
p.properties=jcr:path
