Magidoc

Invitation
Object

An invitation represents a request for a non-user to create a user account

Fields

#

id

ID !
Non-null

The ID of the invitation.

email

Non-null

The email address of the user to invite.

message

The message included in the invitation email.

expiresAt

Non-null

When the invitation expires, by default 1 week after creation

createdAt

Non-null

The timestamp of when the invitation was created.

updatedAt

Non-null

The timestamp of when the invitation was last updated.

Usages

#

References

#

  • Field invitationByToken from Query