GET api/v2.0/Federation/GetContact?tenantKey={tenantKey}&contactKey={contactKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantKey

globally unique identifier

Required

contactKey

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ContactConcise
NameDescriptionTypeAdditional information
LinkToProfile

Url link to this Contact's Profile page in the Community site.

string

None.

PictureUrl

Url link to this Contact's small Profile Picture.

string

None.

ContactKey

Unique Identifier for this Contact.

globally unique identifier

None.

FirstName

Contact's first name.

string

None.

LastName

Contact's last name.

string

None.

DisplayName

Calculated Display name.

string

None.

EmailAddress

Contact's email address.

string

None.

ContactStatusCode

Status code for this contact.

string

None.

PrefixCode

Prefix code for this contact.

string

None.

UpdatedOn

Last Updated date for this contact.

date

None.

UpdatedByContactKey

Last Contact that made an update to this contact's record.

globally unique identifier

None.

CompanyName

Name of this contact's company.

string

None.

CompanyTitle

Title for this contact at their company.

string

None.

SuffixCode

Contact's suffix.

string

None.

Designation

Designation.

string

None.

LegacyContactKey

Unique Identifier for this contact in the source system.

string

None.

InformalName

Informal Name.

string

None.

MiddleName

Contact's Middle Name.

string

None.

IsCompany

Is this contact a company.

boolean

None.

CompanyLegacyContactKey

Unique Identifier for the Company (if applicable) in the source system.

string

None.

AMSDirectoryOptOut

Does this Contact opt-out of being part of the Source System directory?

boolean

None.

HLDirectoryOptOut

Does this Contact opt-out of being part of the Higher Logic directory?

boolean

None.

HLContactMeOptOut

Does this Contact opt-out of being contacted?

boolean

None.

LargePictureUrl

Url link to this Contact's large Profile Picture.

string

None.

AgreedToTermsDateTime

Date that this Contact agreed to the site terms (if applicable).

date

None.

Response Formats

application/json, text/json

Sample:
{
  "LinkToProfile": "sample string 1",
  "PictureUrl": "sample string 2",
  "ContactKey": "d71e1f13-d593-4d1b-857f-f87f7d63d18c",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "DisplayName": "sample string 6",
  "EmailAddress": "sample string 7",
  "ContactStatusCode": "sample string 8",
  "PrefixCode": "sample string 9",
  "UpdatedOn": "2024-03-29T11:48:05.7920802Z",
  "UpdatedByContactKey": "0de32787-14cf-4dbf-91aa-4b4c8ceb78a4",
  "CompanyName": "sample string 12",
  "CompanyTitle": "sample string 13",
  "SuffixCode": "sample string 14",
  "Designation": "sample string 15",
  "LegacyContactKey": "sample string 16",
  "InformalName": "sample string 17",
  "MiddleName": "sample string 18",
  "IsCompany": true,
  "CompanyLegacyContactKey": "sample string 20",
  "AMSDirectoryOptOut": true,
  "HLDirectoryOptOut": true,
  "HLContactMeOptOut": true,
  "LargePictureUrl": "sample string 24",
  "AgreedToTermsDateTime": "2024-03-29T11:48:05.7920802Z"
}

application/xml, text/xml

Sample:
<ContactConcise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
  <AMSDirectoryOptOut>true</AMSDirectoryOptOut>
  <AgreedToTermsDateTime>2024-03-29T07:48:05.7920802-04:00</AgreedToTermsDateTime>
  <CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
  <CompanyName>sample string 12</CompanyName>
  <CompanyTitle>sample string 13</CompanyTitle>
  <ContactKey>d71e1f13-d593-4d1b-857f-f87f7d63d18c</ContactKey>
  <ContactStatusCode>sample string 8</ContactStatusCode>
  <Designation>sample string 15</Designation>
  <DisplayName>sample string 6</DisplayName>
  <EmailAddress>sample string 7</EmailAddress>
  <FirstName>sample string 4</FirstName>
  <HLContactMeOptOut>true</HLContactMeOptOut>
  <HLDirectoryOptOut>true</HLDirectoryOptOut>
  <InformalName>sample string 17</InformalName>
  <IsCompany>true</IsCompany>
  <LargePictureUrl>sample string 24</LargePictureUrl>
  <LastName>sample string 5</LastName>
  <LegacyContactKey>sample string 16</LegacyContactKey>
  <LinkToProfile>sample string 1</LinkToProfile>
  <MiddleName>sample string 18</MiddleName>
  <PictureUrl>sample string 2</PictureUrl>
  <PrefixCode>sample string 9</PrefixCode>
  <SuffixCode>sample string 14</SuffixCode>
  <UpdatedByContactKey>0de32787-14cf-4dbf-91aa-4b4c8ceb78a4</UpdatedByContactKey>
  <UpdatedOn>2024-03-29T07:48:05.7920802-04:00</UpdatedOn>
</ContactConcise>