Invitation Schema
Field Name | Sub-Field Name | Format | Description |
---|---|---|---|
created | Long | A timestamp corresponding to the creation of this invitation. Represented as milliseconds since epoch. | |
deleted | optional Long | A timestamp corresponding to the deletion of this invitation. Represented as milliseconds since epoch. | |
id | optional URN | Unique identifier of the invitation. | |
invitee | URN | Identifier of the invitee. Can be one following format:
|
|
inviter | Person URN | The identifier of the LinkedIn member as the inviter. | |
lastModified | Long | A timestamp corresponding to the last modification of this invitation. Represented as milliseconds since epoch. | |
message | optional String | The message content. Can be a template or customized message. | |
string | String | The message template ID. Can be the following values:
|
|
com.linkedin. invitations. InvitationMessage. body | String | The body of a custom message created by the inviter. | |
sentAt | optional Long | Timestamp of the last time this invitation was sent. Represented as milliseconds since epoch. | |
source | optional String | The source type of this invitation. Can be the following values:
|
|
state | String | The source type of this invitation. Can be the following values:
|
|
useCase | optional String | Use case of this invitation such as whethether client is going to send the invitation out. Can be the following values:
|
|
validationToken | optional String | A randomly generated value used for the invitee performing action on his or her own pending invitations. This field will only be returned if the requester is the invitee of the invitation object. |
Feedback
Submit and view feedback for