GET api/people/findbyidentity?issuer={issuer}&nameidentifier={nameidentifier}
Gets the person by an identity reference
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| issuer |
The issuer of the identity. |
string |
Required |
| nameidentifier |
The nameidentifier of the identity |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
PersonDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Gender | EnumDataContract |
None. |
|
| Title | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Note | string |
None. |
|
| ContactName | string |
None. |
|
| PrimaryTelephone | ContactItemDataContract |
None. |
|
| PrimaryEmail | ContactItemDataContract |
None. |
|
| GroupCount | integer |
None. |
|
| GroupMemberships | Collection of GroupMembershipDataContract |
None. |
|
| ContactItems | Collection of ContactItemDataContract |
None. |
|
| Addresses | Collection of ContactAddressDataContract |
None. |
|
| ArchivedAddresses | Collection of ContactAddressDataContract |
None. |
|
| AdditionalInformation | AdditionalInformationDataContract |
None. |
|
| MarketingPreferences | Collection of MarketingPreferenceDataContract |
None. |
|
| GroupIds | Collection of integer |
None. |
|
| HasBankAccounts | boolean |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.