Skip to main content

Type Alias: ParticipantResponse

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

Properties

PropertyTypeRequiredDescription
idstringYesUnique identifier for the participant
projectIdstringYesODIN project ID this participant belongs to
displayNamestringYesDisplay name of the participant
externalUserIdstringYesExternal User ID from ODIN (stable identifier)
tenantIdstringYesTenant ID
userDataobjectYesUser data from ODIN (parsed JSON)
joinedAtstringYesWhen the participant first joined any session in the project

Defined in

4Players/cortex-typescript-sdk/src/resources/participants.ts:18