Share via


firstName 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 first name of the user being located by the search request.

Syntax

<firstName>string value</firstName> 

Element Information

Parent Element

Element

Description

search

Searches for users.

Remarks

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

Examples

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

<search>
   <firstName>Lisa</firstName>
   <lastName>Andrews</lastName>
   <function>or</function>
</search>

See Also

Concepts

lastName Element

emailAlias Element

function Element

search Element

displayName Element