Skip to main content

Type Alias: UserProfile

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

Properties

PropertyTypeRequiredDescription
userIdstringYesUser ID (example: "user_123")
tenantIdstringYesTenant ID (example: "tenant_456")
usernamestringYesUser name (example: "John Doe")

Defined in

4Players/cortex-typescript-sdk/src/resources/auth.ts:11