2.2.5.6 UPL

Namespace: http://Microsoft/Office/Server/FeedCache

The UPL simple type specifies how to lookup user profiles.

 <xs:simpleType name="UPL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="ByEmail"/>
     <xs:enumeration value="ByAccountName"/>
     <xs:enumeration value="BySid"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the UPL simple type.

Value

Meaning

ByEmail

Lookup by email address.

ByAccountName

Lookup by login name.

BySid

Lookup by security identifier (SID).