Retrieving the details of user logged-in to the AEM Author in last 30 days | Community
Skip to main content
Community Advisor
October 29, 2018

Retrieving the details of user logged-in to the AEM Author in last 30 days

  • October 29, 2018
  • 1 reply
  • 6997 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
October 30, 2018

Hi,

OOTB, there is no such functionality even you can't trace login session in AEM.

Arun Patidar
raj_mandalapu
Level 7
October 30, 2018

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?

smacdonald2008
Level 10
October 30, 2018

As Arun suggests - there is no OOTB or no API to return this information. You can check access logs as Raja suggests.