MembershipInvitation
org.sagebionetworks.repo.model.MembershipInvitation
JSON schema for MembershipInvitation POJO. \nNote: certain fields may be omitted when returned if the field value is null.
| Field | Type | Description |
|---|---|---|
| id | STRING | The id of the MembershipInvitation. |
| teamId | STRING | The id of the Team which the user is invited to join. |
| inviteeId | STRING | The principal ID of the user being invited to join the Team. |
| inviteeEmail | STRING | The email address of the user being invited to join the Team. |
| message | STRING | The invitation message (optional). |
| expiresOn | STRING | The date this invitation expires (optional). |
| createdOn | STRING | The date this MembershipInvitation was created. |
| createdBy | STRING | The ID of the user that created this MembershipInvitation. |