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

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

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


Nested Element Summary
xs:stringacls
          The ACLs that this user possesses. 
xs:stringemail
          The email address of this user. 
xs:stringgroups
          The Security Groups of which this user is a member. 
xs:stringid
          The unique id of this user. 
xs:stringimagesrc
          The image of this user. 
xs:dateTimelastloggedin
          The timestamp specifying when this user last logged in. 
xs:stringlocale
          The preferred locale for this user. 
xs:stringname
          The unique name of this user. 
xs:stringoldpassword
          This is only used when modifying a user password. 
userAttributeBeanotherAttributes
          Lists any additional user attributes. 
xs:stringpassword
          The password of this user. 
userSitesites
          The sites in which this user has roles, and is thus a member. 
xs:stringthumbimagesrc
          The thumbnail image of this user. 
xs:stringtimezone
          The preferred timezone for this 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 minOccurs="0" name="oldpassword" 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="timezone" 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>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.