# User

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/user.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/user.ts#L6)

User model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `email` | `string` |
| `name` | `string` |
| `passwordHash` | `string | null` |
| `role` | `UserRole` |
| `organizationId` | `string` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
