Hey guys, I want to manage the users in the sling in a restful way.
Such as,A request like this -> Post : { 'password' : 'pass', 'groups' : ['administrators', 'manager']} to the url like this /system/security/ users/jack
will create a new user name jack(XML or request parameter can do the same, of course). At the same time, the security can't be ignored too, only the authorized user can do this request successfully.
Is there a smooth way to implement this in sling? Thanks. ----- Jack
