Type Alias: ProjectUser
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier for the user |
name | string | Yes | Display name of the user |
email | string | Yes | Email address of the user |
role | "admin" | "maintainer" | "developer" | Yes | The user's role within the project |
status | "active" | "pending" | "revoked" | Yes | Status of the user's project association |
created | string | No | When the user was added to the project |
Defined in
4Players/cortex-typescript-sdk/src/resources/users.ts:9