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

Documentation
        This bean contains the 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 maximum number of users to be returned in the list. 
xs:integerstartindex
          The starting index (zero-based offset) of the returned list, relative to the full result set. 
xs:integertotal
          The total number of users in the result set, regardless of startindex and count. 
userusers
          The list of users. 
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>


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