# GetSessionsUser ## Example Usage ```typescript import { GetSessionsUser } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetSessionsUser = { id: "1", thumb: "https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661", title: "Blindkitty38", }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | | `id` | *string* | :heavy_minus_sign: | N/A | 1 | | `thumb` | *string* | :heavy_minus_sign: | N/A | https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661 | | `title` | *string* | :heavy_minus_sign: | N/A | Blindkitty38 |