2.2.4.10 QueryPersonalizationData

msdn link

Namespace: http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08

The QueryPersonalizationData complex type contains a unique identifier for the current user who is executing a search query.

 <xs:complexType name="QueryPersonalizationData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="UserId" type="ser:guid"/>
   </xs:sequence>
 </xs:complexType>

UserId: Specifies a GUID that identifies the user profile of the current user.