Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.1 KB

File metadata and controls

23 lines (21 loc) · 1.1 KB

Invite

Properties

Name Type Description Notes
id String The invite's ID
userEmail String The email of the user being invited.
role RoleEnum The user's role.
accepted Boolean Whether the invite was accepted or not.
token String The token used to accept the invite.
expiresAt OffsetDateTime The date the invite expires at.
createdAt OffsetDateTime The date with timezone at which the resource was created.
updatedAt OffsetDateTime The date with timezone at which the resource was updated.
deletedAt OffsetDateTime The date with timezone at which the resource was deleted.
metadata Object An optional key-value map with additional details

Enum: RoleEnum

Name Value
ADMIN "admin"
MEMBER "member"
DEVELOPER "developer"