Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

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