Invite

Represents an invite created by a user to allow others to join a Zipline instance.

Fields

PropertyTypeDescription
idstringUnique identifier for the invite.
codestringThe invite code (used during registration).
inviterInviter?The user who created the invite (see below).
usesnumberNumber of times this invite has been used.
maxUsesnumber?~Maximum times this invite can be used, or null for unlimited.
expiresAtstring?~Expiry date as ISO string, or null for never expires.
createdAtstringISO timestamp when the invite was created.
updatedAtstringISO timestamp when the invite was last updated.

Inviter Type

PropertyTypeDescription
idstringThe inviter's user ID.
usernamestringThe inviter's username.
rolestringThe inviter's role (e.g. ADMIN).


Last updated: 5/30/2025
Edit this page on GitHub