3.1.4.12.2.2 GetInCommonResponse

The GetInCommonResponse element is the body of the response WSDL message for the GetInCommon WSDL operation.

 <s:element name="GetInCommonResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="GetInCommonResult" type="tns:InCommonData" minOccurs="0"
                maxOccurs="1"/>
     </s:sequence>
   </s:complexType>
 </s:element>

GetInCommonResult: An InCommonData (section 3.1.4.12.3.1) element containing the colleague properties, membership properties, and manager property in common between the user profile of the current user and the specified user profile.

The values returned MUST be filtered according to the privacy level.

If no common Manager can be found, the protocol server MUST either send a SOAP fault or return ContactData with the Manager field set to null.<9>