3.1.4.39.2.1 RemoveUserFromSite

The RemoveUserFromSite element specifies details for the request to remove the specified user from the current site collection.

 <s:element name="RemoveUserFromSite">
   <s:complexType>
     <s:sequence>
       <s:element name="userLoginName" type="tns:String251Type"/>
     </s:sequence>
   </s:complexType>
 </s:element>

userLoginName: The login name of the user. The specified value MUST NOT contain more than 251 characters, and MUST NOT be empty.