Can I generate and export a list of authors in AEM? | Community
Skip to main content
SiriusRex
Level 2
December 22, 2020
Solved

Can I generate and export a list of authors in AEM?

  • December 22, 2020
  • 1 reply
  • 1895 views

From time to time, I get requests for a list of authors in AEM who belong to a specific permissions group. We don't yet have an integrated sign-on solution set up (which would allow us to tie internal teams to permission groups), so I'm stuck manually assembling these lists.

 

I know AEM has always been more page-oriented, but I'm wondering if there's a tool that I'm unaware of that would let me export an author list. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shelly-goel

@siriusrex 

1. ACS AEM Commons provides a 'User Exporter' utility to export the users by group in a csv.

https://adobe-consulting-services.github.io/acs-aem-commons/features/exporters/users/index.html

2. There's another utility provided in below post which might be helpful as well.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-i-retrieve-the-users-list-and-along-with-their-group-names/qaq-p/227804

1 reply

shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
December 22, 2020

@siriusrex 

1. ACS AEM Commons provides a 'User Exporter' utility to export the users by group in a csv.

https://adobe-consulting-services.github.io/acs-aem-commons/features/exporters/users/index.html

2. There's another utility provided in below post which might be helpful as well.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-i-retrieve-the-users-list-and-along-with-their-group-names/qaq-p/227804

SiriusRex
SiriusRexAuthor
Level 2
December 22, 2020
The first method gave me (more than) what I need, thank you very much!