3.5.5.3.2.1 ReturnGroups

This element specifies input values for the ReturnGroups operation.

 <xs:element name="ReturnGroups">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="groups" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
       <xs:element minOccurs="0" name="ret" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" type="q2:ReturnClass" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

groups: An array of strings that contains the server groups to which the current user belongs.

ret: A ReturnClass (section 2.2.4.5.5) complex type representing the return code from the operation.