view no of users in aem
hi,
can anyone tell me how to see no of users in aem
we can access via crx/de home/users
but how to get exact count
hi,
can anyone tell me how to see no of users in aem
we can access via crx/de home/users
but how to get exact count
Hi,
Hoping I understood your question, try this link, on your instance - http://localhost:4502/libs/cq/search/content/querydebug.html and enter following (Assuming on local server on 4502 port)
path=/home/users
property=jcr:primaryType
property.value=rep:User
And do search, you should get the number of hits
Hope that helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.