Name | Description | Type | Additional information |
---|---|---|---|
FirstName |
If the Current Contact is the SENDER of the Friend Request, the RECIPIENT's first name. If the Current Contact is the RECIPIENT of the Friend Request, the SENDER's first name. |
string |
Required |
LastName |
If the Current Contact is the SENDER of the Friend Request, the RECIPIENT's last name. If the Current Contact is the RECIPIENT of the Friend Request, the SENDER's last name. |
string |
Required |
DisplayName |
If the Current Contact is the SENDER of the Friend Request, the RECIPIENT's display name. If the Current Contact is the RECIPIENT of the Friend Request, the SENDER's display name. |
string |
Required |
LinkToProfile |
If the Current Contact is the SENDER of the Friend Request, the link to the RECIPIENT's profile page. If the Current Contact is the RECIPIENT of the Friend Request, the link to the SENDER's profile page. |
string |
None. |
LinkToSmallImage |
If the Current Contact is the SENDER of the Friend Request, the link to the RECIPIENT's small image. If the Current Contact is the RECIPIENT of the Friend Request, the link to the SENDER's small image. |
string |
None. |
LinkToLargeImage |
If the Current Contact is the SENDER of the Friend Request, the link to the RECIPIENT's large image. If the Current Contact is the RECIPIENT of the Friend Request, the link to the SENDER's large image. |
string |
None. |
IsCompany |
If the Current Contact is the SENDER of the Friend Request, if the RECIPIENT is a company. If the Current Contact is the RECIPIENT of the Friend Request, if the SENDER is a company. |
boolean |
None. |
FriendRequestRecordKey |
Unique Identifier for the friend request. |
globally unique identifier |
None. |
IsActive |
If the friend request is active. |
boolean |
None. |
RequestorContactKey |
This field is deprecated, please use RequestedByContactKey instead. |
globally unique identifier |
None. |
RequestedByContactKey |
Contact key of the user who initiated the friend request. |
globally unique identifier |
None. |
RequesteeContactKey |
Contact key of the user who received the friend request. |
globally unique identifier |
None. |
InvitedOn |
DateTime of when friend invite was sent. |
date |
None. |
AcceptedOn |
DateTime of when friend invite was accepted. Null if not yet accepted |
date |
None. |
RequestedDate |
DateTime of when friend invite was created. Typically synonymous with InvitedOn. |
date |
None. |