# Server ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | | `id` | *long* | :heavy_check_mark: | Unique ID of the server of the connected user | 907759180 | | `serverId` | *long* | :heavy_check_mark: | ID of the actual Plex server. | 9999999 | | `machineIdentifier` | *String* | :heavy_check_mark: | Machine identifier of the Plex server. | fbb8aa6be6e0c997c6268bc2b4431c8807f70a3 | | `name` | *String* | :heavy_check_mark: | Name of the Plex server of the connected user. | ConnectedUserFlix | | `lastSeenAt` | *long* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 | | `numLibraries` | *long* | :heavy_check_mark: | Number of libraries in the server this user has access to. | 16 | | `allLibraries` | [Optional\](../../models/operations/AllLibraries.md) | :heavy_minus_sign: | N/A | 1 | | `owned` | [Optional\](../../models/operations/Owned.md) | :heavy_minus_sign: | N/A | 1 | | `pending` | [Optional\](../../models/operations/Pending.md) | :heavy_minus_sign: | N/A | 1 |