Tigris Social Api

<back to all web services

SearchUsersInternal

The following routes are available for this service:
GET/Internal/Users/SearchThe UserSearch takes a list of keywords to search for user first or last names that Start with any of the keywords. No keywords returns 0 rows.
Parameters:
NameParameterData TypeRequiredDescription
KeywordsquerystringYesA list of comma-delimited strings
CloakedquerystringNoIf not specified, returns all users; otherwise returns only users that are or aren't cloaked
OffsetquerystringNoThe starting row to return. Default: 0
LimitquerystringNoThe number of rows to return. Default 50

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SearchUsersInternal HTTP/1.1 
Host: api.tigris.mymitchell.com 
Content-Type: application/xml
Content-Length: length

<SearchUsersInternal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Internal.Users">
  <Cloaked>false</Cloaked>
  <Keywords>String</Keywords>
  <Limit>0</Limit>
  <Offset>0</Offset>
</SearchUsersInternal>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Types">
  <UserDto>
    <AboutMe>String</AboutMe>
    <Certifications xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </Certifications>
    <Cloaked>false</Cloaked>
    <CompanyAddress>String</CompanyAddress>
    <CompanyCity>String</CompanyCity>
    <CompanyCountry>String</CompanyCountry>
    <CompanyName>String</CompanyName>
    <CompanyPostalCode>String</CompanyPostalCode>
    <CompanyStateProvince>String</CompanyStateProvince>
    <Connections>
      <ConnectionDto>
        <FirstName>String</FirstName>
        <Id>00000000-0000-0000-0000-000000000000</Id>
        <IsFavorite>false</IsFavorite>
        <LastName>String</LastName>
        <OwnerId>00000000-0000-0000-0000-000000000000</OwnerId>
        <UserDefaultVenueId>00000000-0000-0000-0000-000000000000</UserDefaultVenueId>
        <UserId>00000000-0000-0000-0000-000000000000</UserId>
      </ConnectionDto>
    </Connections>
    <CreatedTime>0001-01-01T00:00:00</CreatedTime>
    <DefaultVenueId>00000000-0000-0000-0000-000000000000</DefaultVenueId>
    <Email>String</Email>
    <Experiences xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </Experiences>
    <FirstName>String</FirstName>
    <Id>00000000-0000-0000-0000-000000000000</Id>
    <Interests xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </Interests>
    <JobTitle>String</JobTitle>
    <LastName>String</LastName>
    <MiddleName>String</MiddleName>
    <Networks>
      <NetworkSummaryDto>
        <Id>00000000-0000-0000-0000-000000000000</Id>
        <Name>String</Name>
        <NumberOfMembers>0</NumberOfMembers>
        <OwnerId>00000000-0000-0000-0000-000000000000</OwnerId>
      </NetworkSummaryDto>
    </Networks>
    <Subscriptions>
      <SubscriptionDto>
        <SubscribedToExternalName>String</SubscribedToExternalName>
        <SubscribedToId>00000000-0000-0000-0000-000000000000</SubscribedToId>
        <SubscriberId>00000000-0000-0000-0000-000000000000</SubscriberId>
        <SubscriberToDisplayName>String</SubscriberToDisplayName>
      </SubscriptionDto>
    </Subscriptions>
    <Suffix>String</Suffix>
    <TimeZone>String</TimeZone>
    <UpdatedTime>0001-01-01T00:00:00</UpdatedTime>
  </UserDto>
</ArrayOfUserDto>