tags:

views:

21

answers:

1

Is it possible to create Alfresco users in a "batch" way?
I mean, creating lots of users with a script or calling an API or something.
Thank you!

A: 

I think the easiest way to do that is to use the addPerson webscript. Just create a small application that calls the webscript (it's a normal HTTP POST request) with the user data you want.

http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Add_Person

Hugo Palma