Level 4
January 21, 2017
Solved
can i retrieve the users list and along with their group names in query builder?
- January 21, 2017
- 7 replies
- 10585 views
Am using a query debug url for listing out the users and their groups names in a json format link.
The following code snippet is giving me the users list.
p.hits=selective p.limit=-1 p.properties=rep:authorizableId rep:externalId path=/home/users type=rep:User p.properties=jcr:path
and the url JSON link me the JSON out put of the same.
Now i want to get filter/club the Users list along with group name (or groups list along with members), will it be possible? The resulted JSON i want to use in some exports for other activities.
