http://www.fatwire.com/schema/rest/1.0
element userBean

Documentation
        The bean that contains a Content Server user information
      
Properties
This component is not nillable.

Model
<userBean>
(name, password?, id, sites*, email?, locale?, imagesrc?, thumbimagesrc?, lastloggedin?, acls*, groups*, otherAttributes* )
</userBean>


Nested Element Summary
xs:stringacls
          The ACLs that the user belongs to 
xs:stringemail
          The email address of the user 
xs:stringgroups
          The Security Groups that the user belongs to 
xs:stringid
          The id of the user 
xs:stringimagesrc
          The image of the user 
xs:dateTimelastloggedin
          The latest login date time of the user 
xs:stringlocale
          The preferred locale for the user 
xs:stringname
          The name of the user 
userAttributeBeanotherAttributes
          The attributes that were not covered by the ones already listed in the User  
xs:stringpassword
          The password of the user, this is only used to create or modify a user, password will not be returned on read 
userSitesites
          The sites that the user is configured to 
xs:stringthumbimagesrc
          The thumb image of the user 
Source
<xs:element name="userBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="password" type="xs:string">
</xs:element>
<xs:element name="id" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="sites" type="userSite">
</xs:element>
<xs:element minOccurs="0" name="email" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="locale" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="imagesrc" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="thumbimagesrc" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="lastloggedin" type="xs:dateTime">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="acls" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="groups" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="otherAttributes" type="userAttributeBean">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.