cancel
Showing results for 
Search instead for 
Did you mean: 

API to create/modify Alfresco users/groups

rnoska
Champ in-the-making
Champ in-the-making
I'm looking for a way to pragmatically create/modify Alfresco users/groups externally in real-time.  So, essentially some kind of API or web service that can be called from outside of the Tomcat/Alfresco context.  I would like to call this API in from our user authentication repository service when users/groups are added or updated in that repository.  The repository may or may not be ldap based.

Example use case:  An administrator adds a new user to the global repository.  The global repository would connect to Alfresco in real time and create the matching Alfresco user and set the group and user properties to match the settings in the global repository.

I understand that user creation may be possible via the Administration Web Service.  I did find some documentation for this under:
http://wiki.alfresco.com/wiki/Administration_Web_Service

Are there any code examples or other docs that provide additional detail on using the Administration Web Service for the purpose of user/group modifications?  

Is there a similar API mechanism for working with groups?
1 REPLY 1

kevinr
Star Contributor
Star Contributor
The WebServices API will be completed (including Groups and admin APIs) for Alfresco 2.1.

Thanks,

Kevin