[xwiki-users] Creating user using XML RPC....
Hi All, Is there any sample available to create a user through XML RPC like the examples in the following link for creation of page, space etc.. http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples Please help me out if there any solution. Thanks, Nithya. -- View this message in context: http://n2.nabble.com/Creating-user-using-XML-RPC-tp4669004p4669004.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On 03/03/2010 06:33 PM, Nithya Vembu wrote:
Hi All,
Is there any sample available to create a user through XML RPC like the examples in the following link for creation of page, space etc..
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples
Please help me out if there any solution.
A user is just like any other document+object. Just do what's usually done for creating a new document and adding a XWiki.XWikiUsers object. Don't forget to add the user to the groups you want. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Nithya Vembu -
Sergiu Dumitriu