Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
JCR Jackrabbit User Manager 2.0.4
-
None
Description
It should be possible to get the list of the members of one group using the userManager service.
Now the call to "curl http://<domain>:<port>/sling/system/userManager/group/<group_name>.tidy.1.json" just return the group properties but not its members.
As per Sling syntax the node properties should be returned by calling "curl http://<domain>:<port>/sling/system/userManager/group/<group_name>.json", while the above request should return the list of the node children (the members) along with the parent node.
So my propose is to change the current behavior so to get only the group properties with the latter request and also the group members with the former one.
Otherwise, it should exist another way to get the members since it is not possible in the current implementation unless to register a customized servlet to achieve that.