Creating AEM users using a batch process or admin API | Community
Skip to main content
June 13, 2017
Solved

Creating AEM users using a batch process or admin API

  • June 13, 2017
  • 2 replies
  • 931 views

I have a customer asking about creating new AEM users via batch process, or API.  Looking for any documentation or instructions on how to best create & manage users in AEM.

Thanks in advance for any help provided!

BK

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 smacdonald2008

To create users in AEM via code - you use the JackRabbit UserManager API -- Scott's Digital Community: Using Jackrabbit UserManager APIs to create AEM Users and Groups

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
June 13, 2017

To create users in AEM via code - you use the JackRabbit UserManager API -- Scott's Digital Community: Using Jackrabbit UserManager APIs to create AEM Users and Groups

MC_Stuff
Level 10
June 14, 2017

Hi bdk13​,

You can use Apache Sling - Managing users and groups (jackrabbit.usermanager)  with an advantage of code developed from actual develpment team.

Thanks,