Hi Guys
Do we have any option/report in AEM that will help us to fetch the details of users who logged-in to AEM Author in last x days(30 days)?
Regards
Albin I
Views
Replies
Total Likes
Hi,
OOTB, there is no such functionality even you can't trace login session in AEM.
Views
Replies
Total Likes
Check access logs and audit logs, you should see the details something like this, write a simple java code on top of that and get the user from the last 30days based on date field, check below record from access logs.
IP Address - UserName 25/Oct/2018:07:47:21 -0400 "GET /bin/publishlistener?
As Arun suggests - there is no OOTB or no API to return this information. You can check access logs as Raja suggests.
Views
Replies
Total Likes
Thanks all for your responses, Let me try the above mentioned option and report back here.
But only concern is based on this we may not able to derive the AEM Author usage report, i was interested to get the usage report to derive the number of user should be considered for Author.
Regards
Albin I
Views
Replies
Total Likes