mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
27 lines
7.4 KiB
Markdown
27 lines
7.4 KiB
Markdown
# User
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
| `Id` | *long* | :heavy_check_mark: | User's unique ID. | 22526914 |
|
|
| `Title` | *string* | :heavy_check_mark: | User's display name. | Plex User |
|
|
| `Username` | *string* | :heavy_check_mark: | User's username. | zgfuc7krcqfimrmb9lsl5j |
|
|
| `Email` | *string* | :heavy_check_mark: | User's email address. | zgfuc7krcqfimrmb9lsl5j@protonmail.com |
|
|
| `RecommendationsPlaylistId` | *string* | :heavy_minus_sign: | ID of the user's recommendation playlist. | |
|
|
| `Thumb` | *string* | :heavy_check_mark: | URL to the user's avatar image. | https://plex.tv/users/3346028014e93acd/avatar?c=1731605021 |
|
|
| `Protected` | [Protected](../../Models/Requests/Protected.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `Home` | [Home](../../Models/Requests/Home.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `AllowTuners` | [AllowTuners](../../Models/Requests/AllowTuners.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `AllowSync` | [AllowSync](../../Models/Requests/AllowSync.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `AllowCameraUpload` | [AllowCameraUpload](../../Models/Requests/AllowCameraUpload.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `AllowChannels` | [AllowChannels](../../Models/Requests/AllowChannels.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `AllowSubtitleAdmin` | [AllowSubtitleAdmin](../../Models/Requests/AllowSubtitleAdmin.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `FilterAll` | *string* | :heavy_minus_sign: | Filters applied for all content. | |
|
|
| `FilterMovies` | *string* | :heavy_minus_sign: | Filters applied for movies. | |
|
|
| `FilterMusic` | *string* | :heavy_minus_sign: | Filters applied for music. | |
|
|
| `FilterPhotos` | *string* | :heavy_minus_sign: | Filters applied for photos. | |
|
|
| `FilterTelevision` | *string* | :heavy_minus_sign: | Filters applied for television. | |
|
|
| `Restricted` | [Restricted](../../Models/Requests/Restricted.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `Server` | List<[GetUsersServer](../../Models/Requests/GetUsersServer.md)> | :heavy_check_mark: | List of servers owned by the user. | | |