POST User
POST /admin/user
Create a new user account or update an existing user account. User is identified by login name. New user account will be created, if there is no existing user account with the given login name.
POST
/rest/admin/user
Sample
HTTP POST: /admin/user?login=gregory
<user login="gregory" fullName="Harriet Gregory" lastAccess="21 Jan 1924 17:43"
email="gregory@acme.com"
jabber="gregory@acme.com"
groupsUrl="http://localhost:8080/charisma/rest/admin/user/gregory/group/"
rolesUrl="http://localhost:8080/charisma/rest/admin/user/gregory/role/"/>
Last modified: 2 February 2017