cancel
Showing results for 
Search instead for 
Did you mean: 

Delete all users and groups

togum
Champ in-the-making
Champ in-the-making
Hi all,

I've syncronized users and groups from AD to Alfresco 3.4d. But unfortunately, I want clear all users and groups because only a few users used Alfresco. Conclusion, I want create manually user and group who used Alfresco. Fyi, total users are about 600.

Thank you very much.
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
You can create a alfresco java script to achieve this.
there are various APIs of Authority Service like

Get the users contained within this group.
ScriptUser[] getAllUsers()

Delete this group   
deleteGroup()