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

Documentation
        The bean that contains a list of users in Content Server
      
Properties
This component is not nillable.

Model
<usersBean>
(total, startindex, count, users* )
</usersBean>


Nested Element Summary
xs:integercount
          The count of assets in the list 
xs:integerstartindex
          The start index of the list of the total assets list 
xs:integertotal
          The total number of assets would be returned 
userusers
          The users list 
Source
<xs:element name="usersBean">
<xs:complexType>
<xs:sequence>
<xs:element name="total" type="xs:integer">
</xs:element>
<xs:element name="startindex" type="xs:integer">
</xs:element>
<xs:element name="count" type="xs:integer">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="users" type="user">
</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.