- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
InviteDTO
The invite details.
id
stringThe ID of the invite.
email
stringThe email of the invite.
accepted
booleanWhether the invite is accepted.
token
stringThe token of the invite.
expires_at
DateThe invite's expiry date.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
DateThe invite's creation date.
updated_at
DateThe invite's update date.
deleted_at
null | DateThe invite's deletion date.
Was this page helpful?