- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Invite - User Module Data Models Reference
This documentation provides a reference to the Invite data model. It belongs to the User Module.
id
PrimaryKeyModifier<IdProperty>The ID of the invite.
email
TextPropertyThe email of the invited user.
accepted
BooleanPropertyWhether the invite is accepted.
token
TextPropertyThe token of the invite.
expires_at
DateTimePropertyWhen the invite expires.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?