Skip to main content

Type Alias: InvitationResponse

type InvitationResponse: components["schemas"]["InvitationResponse"];

Properties

PropertyTypeRequiredDescription
idstringYesInvitation ID
gatheringIdstringYesGathering ID
participantIdstringNoInvited participant ID
emailstringNoInvited email
displayNamestringNoDisplay name of the invitee
invitedByIdstringNoWho sent the invitation (null for system-generated invitations)
status"pending" | "accepted" | "declined" | "expired"YesInvitation status
joinUrlstringYesJoin URL
joinCodestringYesJoin code
invitedAtstringYesWhen invitation was sent
expiresAtstringNoWhen invitation expires
respondedAtstringNoWhen invitee responded

Defined in

4Players/cortex-typescript-sdk/src/resources/gatherings.ts:30