mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 12:47:44 +00:00
5.3 KiB
5.3 KiB
Friend
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
email |
str | ✔️ | The account email address | username@email.com |
friendly_name |
Nullable[str] | ✔️ | The account full name | exampleUser |
home |
bool | ✔️ | If the account is a Plex Home user | |
id |
int | ✔️ | The Plex account ID | |
shared_servers |
List[operations.SharedServers] | ✔️ | N/A | |
shared_sources |
List[operations.SharedSources] | ✔️ | N/A | |
status |
operations.Status | ✔️ | Current friend request status | accepted |
thumb |
str | ✔️ | URL of the account thumbnail | https://plex.tv/users/7d1916e0d8f6e76b/avatar?c=1694481578 |
title |
str | ✔️ | The title of the account (username or friendly name) | username123 |
username |
str | ✔️ | The account username | username123 |
uuid |
str | ✔️ | The account Universally Unique Identifier (UUID) | 7d1916e0d8f6e76b |
restricted |
Optional[bool] | ➖ | If the account is a Plex Home managed user |