UserInvitationProperties interface
Properties of the user invitation type.
Properties
| expiration |
The time at which the invitation will expire. Represented in the standard date-time format as defined by RFC 3339 |
| notify | Whether or not the recipient was notified via email. |
| share |
Share status. |
| target |
The receiver email for the invitation is being sent. |
Property Details
expirationDate
The time at which the invitation will expire. Represented in the standard date-time format as defined by RFC 3339
expirationDate?: string | Date
Property Value
string | Date
notify
Whether or not the recipient was notified via email.
notify?: boolean
Property Value
boolean
shareStatus
Share status.
shareStatus?: "Detached" | "Attached"
Property Value
"Detached" | "Attached"
targetEmail
The receiver email for the invitation is being sent.
targetEmail: string
Property Value
string