Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

User Administration in AEM

Avatar

Level 2

Is there a way to extract a list of aem users with their access?

1 Reply

Avatar

Community Advisor

Yes, You can create a simple servlet and get all the users using QueryBuilder API and get the Privilege/User Group.

Below is example of a servlet which result Groups of current user.

aem63app-repo/SimpleGetGroup.java at master · arunpatidar02/aem63app-repo · GitHub

Let me know the exact use case, we may do with QueryBuilder also.

Thanks

Arun



Arun Patidar