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

Documentation
        This bean contains information on an individual user assigned to a site.
      
Properties
This component is not nillable.

Model
<siteUserBean>
(name, roles* )
</siteUserBean>


Nested Element Summary
xs:stringname
          The name of this user. 
xs:stringroles
          List containing names of roles assigned to this user for a site. 
Source
<xs:element name="siteUserBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="roles" type="xs:string">
</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.