Can we extract AEM Authors list? | Community
Skip to main content
arvindk091986
Level 2
April 25, 2019
Solved

Can we extract AEM Authors list?

  • April 25, 2019
  • 3 replies
  • 1940 views

Hello Everyone,

I was checking if there is any way for us to extract the AEM Authors list? Basically I have to get the list of authors and their last logged in, depending upon the result have to be doing a house-keeping job.

Thanks in advance.

Arvind. 

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 arunpatidar

Hi,

AEM does not store login details.

For the housekeeping, you can identify the active users following criteria:

1. Get All users who have created page/assets after XYZ date

2. Get all the users who have modified page/assets after XYZ date

3. Get all the users who have activated/deactivated page/assets after XYZ date

You can fetch above using simple QueryBuilder or SQL2 queries.

Based on the results, you can deactivate unwanted users.

3 replies

Gaurav-Behl
Level 10
April 25, 2019

This might help - Exporters

smacdonald2008
Level 10
April 25, 2019

YOu can write a custom solution that can query authors and then dump them into a SPREADSHEET.

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 25, 2019

Hi,

AEM does not store login details.

For the housekeeping, you can identify the active users following criteria:

1. Get All users who have created page/assets after XYZ date

2. Get all the users who have modified page/assets after XYZ date

3. Get all the users who have activated/deactivated page/assets after XYZ date

You can fetch above using simple QueryBuilder or SQL2 queries.

Based on the results, you can deactivate unwanted users.

Arun Patidar