lastName Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies the last name of the user being located by the search request.

Syntax

<lastName>string value</lastName> 

Element Information

Parent Element

Element

Description

Search

Searches for users.

Remarks

This element holds the last name search criterion component of a search request. When this element is used, Unified Communications searches for a user by the last name.

Examples

The user is requesting a search for all users with the first name Chris or the last name Ashton.

<search>
   <firstName>chris</firstName>
   <lastName>ashton</lastName>
   <function>or</function>
</search>

See Also

Concepts

search Element

firstName Element

emailAlias Element

function Element

displayName Element