Directory.InfoEntry

Retrieves information about a directory entry. A database lookup is performed on the Directory.Item.id value or the Directory.Item.firstName and Directory.Item.lastName values.

Parameters

Directory.id (Required)

Specifies the identifier of the directory where the entry is located.

Directory.Item.id (Required)

Specifies the identifier of the entry to search.

Directory.Item.firstName

Specifies the first name of the entry to search.

Directory.Item.lastName

Specifies the last name of the entry to search.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Value

Description

Directory.AddEntry.saved

The entry was successfully saved.

Directory.hasMore

There are more matches than were returned.

Directory.id

Identifier for the directory that was searched.

Directory.isEmpty

1 indicates that the directory is empty.

Directory.isReadOnly

1 indicates that the directory has read-only access.

Directory.Item.cellPhone

Cellular phone number of the item.

Directory.Item.city

City of the item.

Directory.Item.comments

Comments for the item.

Directory.Item.count

Number of items returned from the search.

Directory.Item.country

Country of the item.

Directory.Item.department

Department of the item.

Directory.Item.displayName

Display name of the item.

Directory.Item.email

Email address of the item.

Directory.Item.emailDisplay

Displayable version of the email address of the item.

Directory.Item.fax

Fax number of the item.

Directory.Item.firstName

First name of the item.

Directory.Item.greeting

Greeting of the item.

Directory.Item.homePhone

Home phone number of the item.

Directory.Item.id

Identifier of the item.

Directory.Item.instMessID

Instant message ID of the item.

Directory.Item.lastName

Last name of the item.

Directory.Item.mailStop

Mail stop of the item.

Directory.Item.name

Full name of the item.

Directory.Item.orgName

Organization name of the item.

Directory.Item.owner

Owner of the item.

Directory.Item.pager

Pager number of the item.

Directory.Item.phone

Telephone number of the item.

Directory.Item.state

State of the item.

Directory.Item.street

Address of the item.

Directory.Item.title

Title of the item.

Directory.Item.type

Item type:

  • 4 Organization
  • 5 Resource
  • 6 Person (default)

Directory.Item.zip

Postal code of the item.

Directory.name

Name of the directory that was searched.

Example

<A href="/servlet/webacc?User.context=xyz&action=Directory.InfoEntry
&Directory.id=Frequent+Contacts&Directory.Item.id=5"> Entry Info </A>