A script enabled browser is required for this page to function properly
 
         
         
          
          Oracle® Beehive RESTful Web Services API Reference   
          Release 2 (2.0.1.7)
   
          E16658-04  
          
         
        
         
        
        
        
        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 
        
        Examples 
        
            Below are examples in JSON and 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">
    
        <obh:company>your_expertiseCompany_0  </obh:company> 
     
    
        <obh:display>your_string_0 </obh:display> 
     
    
        <obh:email>your_string_0 </obh:email> 
     
    
        <obh:firstName>your_string_0 </obh:firstName> 
     
    
        <obh:lastName>your_string_0 </obh:lastName> 
     
    
        <obh:middleName>your_string_0 </obh:middleName> 
     
    
        <obh:numContacts>your_int_0 </obh:numContacts> 
     
    
        <obh:user>your_organizationUser_0  </obh:user> 
     
</obh:expertiseMatchPerson>
        
 
        JSON Example 
        (show inherited members) 
        
        XML Schema 
        
<xs:complexType name="expertiseMatchPerson">
    <xs:complexContent>
        <xs:extension base="tns:expertisePerson">
            <xs:sequence>
                <xs:element name="numContacts" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
         
        References 
        
            The following data represents the references to expertiseMatchPerson
        
        Referenced By Resources 
        
        Referenced By Representaions 
        
          
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
          
        Legal Notices