user element
Type: | userDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Copyright 2013 WANdisco.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<user>
<username>...</username>
<originalUsername>...</originalUsername>
<password>...</password>
<firstName>...</firstName>
<lastName>...</lastName>
<email>...</email>
<userType>...</userType>
<associatedLdap>...</associatedLdap>
<publicKey>...</publicKey>
<id>...</id>
<dateCreated>...</dateCreated>
<dateLastModified>...</dateLastModified>
</user>
Example JSON
{
"username" : "...",
"originalUsername" : "...",
"password" : "...",
"firstName" : "...",
"lastName" : "...",
"email" : "...",
"userType" : "STANDARD",
"associatedLdap" : "...",
"publicKey" : "...",
"id" : "...",
"dateCreated" : ...,
"dateLastModified" : ...
}