Overview

A target person who matched a name or e-mail address supplied as a search string. Data includes:
  • e-mail address and company of this target person
  • The number of users that have a relationship with the person
Contact data is returned only if the searcher has "access" to the target person (by either being in a PUBLIC relationship or being the searcher's own target).

Members

Show inherited members

Name Type Required Description

company

expertiseCompany

The individual's company.

display

string

The individual's name (first and last name) for display.

email

string

The individual's mail address.

firstName

string

The individual's first name.

lastName

string

The individual's last name.

middleName

string

The individual's middle name.

numContacts

int

The number of users that have relationships with this target person.

user

organizationUser

The internal user

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseMatchPerson xsi:type="obh:expertiseMatchPerson" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <company>your_expertiseCompany_0</company>
        <display>your_string_0</display>
        <email>your_string_0</email>
        <firstName>your_string_0</firstName>
        <lastName>your_string_0</lastName>
        <middleName>your_string_0</middleName>
        <numContacts>your_int_0</numContacts>
        <user>your_organizationUser_0</user>
</obh:expertiseMatchPerson>

Referenced By Representaions

Not Referenced Directly by Representations