Skip to main content

Type Alias: InvitedParticipant

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

Properties

PropertyTypeRequiredDescription
namestringYesDisplay name of the invitee (example: "Jane Doe")
emailstringYesEmail address for sending the invitation (example: "jane@example.com")
userIdstringNoExternal user ID (from ODIN) for linking to a participant record. If provided, the invitee will be added as a gathering member for attendance tracking. (example: "usr_abc123")

Defined in

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