Expand my Community achievements bar.

SOLVED

Import bulk users in Adobe CQ

Avatar

Level 1

I am trying to upload bulk users in Adobe CQ. These users are present in an excel/CSV file. I also want to assign permissions. How can I do that?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You need to write a custom AEM service for this. The custom service uses the AEM User Management APIs to create users. 

http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/core/security/user/package-summary.html

The custom AEM service needs to read an Excel file. See this community article for info on using AEM and Excel.

http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html

View solution in original post

2 Replies

Avatar

Level 10

Create group with permissions, assign user to that group & do not(avoid) set permissions at user level.

Avatar

Correct answer by
Level 10

You need to write a custom AEM service for this. The custom service uses the AEM User Management APIs to create users. 

http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/core/security/user/package-summary.html

The custom AEM service needs to read an Excel file. See this community article for info on using AEM and Excel.

http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html