3.1.4.16 GetGroupInfo

The GetGroupInfo operation is used to get information about a group.

 <wsdl:operation name="GetGroupInfo">
     <wsdl:input message="tns:GetGroupInfoSoapIn" />
     <wsdl:output message="tns:GetGroupInfoSoapOut" />
 </wsdl:operation>

The protocol client sends a GetGroupInfoSoapIn request message (section 3.1.4.16.1.1), and the protocol server responds with a GetGroupInfoSoapOut response message (section 3.1.4.16.1.2) in the following sequence:

  1. If the specified group does not exist in the current site collection, the server MUST return a SOAP fault with error code 0x80131600.

  2. Otherwise, the server MUST respond with a GetGroupInfoSoapOut response message that contains information about the group.