Type Alias: InvitedParticipant
Properties
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name of the invitee (example: "Jane Doe") |
email | string | Yes | Email address for sending the invitation (example: "jane@example.com") |
userId | string | No | External 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