# UserResponseDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts#L5)

## Properties

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