Name | Type | Description | Notes |
---|---|---|---|
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] |