Hi,
userMgr.findAuthorizables method has a built-in XPATH query. Is it possible to modify the root node for search in it?
Query looks something like -
/jcr:root/home//element(*)[@jcr:primaryType='rep:User']
If I want to search under /home/users/a, can I make this change?