Type Alias: ParticipantResponse
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier for the participant |
projectId | string | Yes | ODIN project ID this participant belongs to |
displayName | string | Yes | Display name of the participant |
externalUserId | string | Yes | External User ID from ODIN (stable identifier) |
tenantId | string | Yes | Tenant ID |
userData | object | Yes | User data from ODIN (parsed JSON) |
joinedAt | string | Yes | When the participant first joined any session in the project |
Defined in
4Players/cortex-typescript-sdk/src/resources/participants.ts:18