user Data Type

Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
assignedRoles string element 0/unbounded  
confirmPassword string element 0/1  
email string element 0/1  
fullName string element 0/1  
locked boolean element 1/1  
password string element 0/1  
passwordChangeRequired boolean element 1/1  
permanent boolean element 1/1  
previousPassword string element 0/1  
readOnly boolean element 1/1  
timestampAccountCreation string element 0/1  
timestampLastLogin string element 0/1  
timestampLastPasswordChange string element 0/1  
userManagerId string element 0/1  
username string element 0/1  
validated boolean element 1/1  
validationToken string element 0/1  

Example

<user>
  <username>...</username>
  <fullName>...</fullName>
  <email>...</email>
  <validated>...</validated>
  <locked>...</locked>
  <password>...</password>
  <passwordChangeRequired>...</passwordChangeRequired>
  <permanent>...</permanent>
  <confirmPassword>...</confirmPassword>
  <timestampAccountCreation>...</timestampAccountCreation>
  <timestampLastLogin>...</timestampLastLogin>
  <timestampLastPasswordChange>...</timestampLastPasswordChange>
  <previousPassword>...</previousPassword>
  <assignedRoles>...</assignedRoles>
  <readOnly>...</readOnly>
  <userManagerId>...</userManagerId>
  <validationToken>...</validationToken>
</user>