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/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
