List of Inactive users in AEM
Hi Dears,
Is there a way we can fetch list/details of users who did not logged into AEM from past 6 months?
Kindly provide info if any..
Hi Dears,
Is there a way we can fetch list/details of users who did not logged into AEM from past 6 months?
Kindly provide info if any..
You can try with below
p.hits=selective
p.limit=-1
path=/home/users
type=rep:Token
relativedaterange.property=rep:token.exp
relativedaterange.upperBound=-180d
p.limit=-1
But it will give you duplicate entries in result because a user can have multiple tokens stored so to avoid duplicate entries you can run the token cleanup task (com.day.crx.security.token.impl.TokenCleanupTask)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.