mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
9.8 KiB
9.8 KiB
User
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
int | ✔️ | User's unique ID. | 22526914 |
title |
str | ✔️ | User's display name. | Plex User |
username |
str | ✔️ | User's username. | zgfuc7krcqfimrmb9lsl5j |
email |
str | ✔️ | User's email address. | zgfuc7krcqfimrmb9lsl5j@protonmail.com |
thumb |
str | ✔️ | URL to the user's avatar image. | https://plex.tv/users/3346028014e93acd/avatar?c=1731605021 |
server |
List[operations.GetUsersServer] | ✔️ | List of servers owned by the user. | |
recommendations_playlist_id |
OptionalNullable[str] | ➖ | ID of the user's recommendation playlist. | |
protected |
Optional[operations.Protected] | ➖ | N/A | 1 |
home |
Optional[operations.Home] | ➖ | N/A | 1 |
allow_tuners |
Optional[operations.AllowTuners] | ➖ | N/A | 1 |
allow_sync |
Optional[operations.AllowSync] | ➖ | N/A | 1 |
allow_camera_upload |
Optional[operations.AllowCameraUpload] | ➖ | N/A | 1 |
allow_channels |
Optional[operations.AllowChannels] | ➖ | N/A | 1 |
allow_subtitle_admin |
Optional[operations.AllowSubtitleAdmin] | ➖ | N/A | 1 |
filter_all |
OptionalNullable[str] | ➖ | Filters applied for all content. | |
filter_movies |
OptionalNullable[str] | ➖ | Filters applied for movies. | |
filter_music |
OptionalNullable[str] | ➖ | Filters applied for music. | |
filter_photos |
OptionalNullable[str] | ➖ | Filters applied for photos. | |
filter_television |
Optional[str] | ➖ | Filters applied for television. | |
restricted |
Optional[operations.Restricted] | ➖ | N/A | 1 |