Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 937 Bytes

InviteRead.md

File metadata and controls

17 lines (12 loc) · 937 Bytes

InviteRead

Properties

Name Type Description Notes
email kotlin.String The invited member's email address
role kotlin.String The role the member will be assigned with
id java.util.UUID Unique id of the invite
organizationId java.util.UUID Unique id of the organization that the invite belongs to.
inviteCode java.util.UUID The invite code that is sent to the member's email
createdAt java.time.OffsetDateTime Date and time when the invite was created (ISO_8601 format).
status InviteStatus The status of the invite (pending, failed, etc)
failedReason kotlin.String if failed, the reason the invitation failed [optional]