Skip to main content

Type Alias: ProjectUser

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

Properties

PropertyTypeRequiredDescription
idstringYesUnique identifier for the user
namestringYesDisplay name of the user
emailstringYesEmail address of the user
role"admin" | "maintainer" | "developer"YesThe user's role within the project
status"active" | "pending" | "revoked"YesStatus of the user's project association
createdstringNoWhen the user was added to the project

Defined in

4Players/cortex-typescript-sdk/src/resources/users.ts:9