Tigris Social Api

<back to all web services

FindUser

The following routes are available for this service:
GET/Users/{Id}Retrieves a User by Id.
Parameters:
NameParameterData TypeRequiredDescription
IdpathstringYesThe Id field is a GUID uniquely identifying the Tigris user.

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/FindUser HTTP/1.1 
Host: api.tigris.mymitchell.com 
Content-Type: application/xml
Content-Length: length

<FindUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Users">
  <Id>00000000-0000-0000-0000-000000000000</Id>
</FindUser>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<UserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Types">
  <AboutMe>String</AboutMe>
  <Certifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1: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:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Experiences>
  <FirstName>String</FirstName>
  <Id>00000000-0000-0000-0000-000000000000</Id>
  <Interests xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1: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>