Share via


user Element (result of search request)

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.

One of a set of users returned by a search request.

Syntax

<user uri="" displayName="" title="" office=""
phone="" homePhone="" cellPhone=""otherPhone="" company="" city="" state="" country="" email=""></user> 

Attributes

Attribute

Data Type

Description

uri

xs:anyUri

The URI of the located user. This is the only required attribute of the user element.

displayName

string

The display name of the located user.

title

string

The located user's personal title.

office

string

The office telephone number of the located user.

phone

string

The work telephone number of the located user.

homePhone

string

The home telephone number of the located user.

cellPhone

string

The mobile telephone number of the located user.

otherPhone

string

An additional telephone number of the located user.

company

string

The company associated to the located user.

city

string

The resident city of the located user

state

string

The resident state of the located user

country

string

The resident country of the located user

email

xs:anyUri

The e-mail address of the located user.

Element Information

Parent Element

Element

Description

searchResults

Returns a query result: zero (0) or more users.

Examples

<user
   uri="jessicaa@contoso.com"
   displayName="Jessica Arnold"
   title="Vice President"
   office="Main"
   phone="405 555-1212"
   homePhone="405 555-1213"
   cellPhone="405 555-1214"
   otherPhone="405 555-1215"
   company="Contoso"
   city="Redmond"
   state="WA"
   country="USA"
   email="jessicaa@contoso.com"
</user>

See Also

Concepts

search Element