3.1.4.23.2.2 GetRolesAndPermissionsForSiteResponse

The GetRolesAndPermissionsForSiteResponse element contains the response to the request to return the permissions and role definitions for the current site collection.

 <s:element name="GetRolesAndPermissionsForSiteResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="GetRolesAndPermissionsForSiteResult">
         <s:complexType>
           <s:sequence>
             <s:element name="Roles" type="tns:RolesOutputMaskType" />
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>

GetRolesAndPermissionsForSiteResult: An object that MUST contain zero or more role definitions according to the schema of the RolesOutputMaskType complex type, as specified in section 2.2.4.5.