# User ## Example Usage ```typescript import { User } from "@lukehagar/plexjs/sdk/models/operations"; let value: User = { id: 220, }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `id` | *number* | :heavy_minus_sign: | N/A | 220 |