


I would really like to be able to run a report that will tell me when my users log in and how often they log in. If I could also know what they did (edit, upload asset, publish) that would be awesome. This seems like a report that would be fairly standard for user management. I want to reduce the number of users and knowing this data would be a huge help in determining who should stay.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
Total Likes
Hi @AnHamilton ,
Please follow below article.
https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/reporting.html#UserReport
Thanks,
Sandeep.
Hi @AnHamilton ,
Please follow below article.
https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/reporting.html#UserReport
Thanks,
Sandeep.
I used the information based on the following blog to create a ACS AEM report to generate this type of report. After adding the profile/lastloggedin property, here's the query that I use in the configuration:
SELECT * FROM [rep:User] AS user WHERE ISDESCENDANTNODE([/home/users/]) AND [profile/familyName] is not null AND [profile/givenName] is not null AND [profile/email] is not null ORDER BY {{order}}