Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Generate AEM users report

Avatar

Level 2

Hi,

Could someone point me to a tutorial that explains how to create a user report that shows all the users with an AEM login? I've tried using AEM6.1 user report module but it doesn't return the full list. It groups some users in the same row. It also doesn't have a column for login id (unique) which can be used to list everyone for example.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Administrator
2 Replies

Avatar

Level 10

I would look at writing a tool with the JCR API. Something similar to this. You can see we output the data into Excel too:

Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manage...

We wrote many in house user tools following an approach similar to this.

Avatar

Correct answer by
Administrator