mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
8.8 KiB
8.8 KiB
User
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
long | ✔️ | User's unique ID. | 22526914 |
title |
String | ✔️ | User's display name. | Plex User |
username |
String | ✔️ | User's username. | zgfuc7krcqfimrmb9lsl5j |
email |
String | ✔️ | User's email address. | zgfuc7krcqfimrmb9lsl5j@protonmail.com |
recommendationsPlaylistId |
JsonNullable<String> | ➖ | ID of the user's recommendation playlist. | |
thumb |
String | ✔️ | URL to the user's avatar image. | https://plex.tv/users/3346028014e93acd/avatar?c=1731605021 |
protected_ |
Optional<Protected> | ➖ | N/A | 1 |
home |
Optional<Home> | ➖ | N/A | 1 |
allowTuners |
Optional<AllowTuners> | ➖ | N/A | 1 |
allowSync |
Optional<AllowSync> | ➖ | N/A | 1 |
allowCameraUpload |
Optional<AllowCameraUpload> | ➖ | N/A | 1 |
allowChannels |
Optional<AllowChannels> | ➖ | N/A | 1 |
allowSubtitleAdmin |
Optional<AllowSubtitleAdmin> | ➖ | N/A | 1 |
filterAll |
JsonNullable<String> | ➖ | Filters applied for all content. | |
filterMovies |
JsonNullable<String> | ➖ | Filters applied for movies. | |
filterMusic |
JsonNullable<String> | ➖ | Filters applied for music. | |
filterPhotos |
JsonNullable<String> | ➖ | Filters applied for photos. | |
filterTelevision |
Optional<String> | ➖ | Filters applied for television. | |
restricted |
Optional<Restricted> | ➖ | N/A | 1 |
server |
List<GetUsersServer> | ✔️ | List of servers owned by the user. |