Skip to main content
Level 1
September 3, 2026

User activity report to identify active users login to system

  • September 3, 2026
  • 1 reply
  • 99 views

Please build API where you can store the user activity from 12 months to var node and so that based on that we can able to identify the how many active users are there from past 12 months. 

    1 reply

    Jineet_Vora
    Adobe Champion and Community Advisor
    Adobe Champion and Community Advisor
    September 10, 2026

    ​@lmannem ciena - There could be some ways to do it yourself. If you are on AEMaaCS, you generally login to AEM via IMS which generally refreshes the rep:lastSynced property to when you last logged-in. You can write a script which will traverse all the user nodes and read this property.

    If you are on on-prem or AMS, then that property is rep:token.exp which will generally give you when the token was expired for the person who logged in (provided the tokens are not purged or cleared - which should be the case by default if you have not modified the OSGi configs).
     


    Hope this helps!