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!
views:
21answers:
1
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
2010-06-30 09:42:06