mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
4.4 KiB
4.4 KiB
Friend
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Email |
string | ✔️ | The account email address | username@email.com |
FriendlyName |
string | ✔️ | The account full name | exampleUser |
Home |
bool | ✔️ | If the account is a Plex Home user | |
Id |
int | ✔️ | The Plex account ID | |
Restricted |
bool | ➖ | If the account is a Plex Home managed user | |
SharedServers |
List<SharedServers> | ✔️ | N/A | |
SharedSources |
List<SharedSources> | ✔️ | N/A | |
Status |
Status | ✔️ | Current friend request status | accepted |
Thumb |
string | ✔️ | URL of the account thumbnail | https://plex.tv/users/7d1916e0d8f6e76b/avatar?c=1694481578 |
Title |
string | ✔️ | The title of the account (username or friendly name) | username123 |
Username |
string | ✔️ | The account username | username123 |
Uuid |
string | ✔️ | The account Universally Unique Identifier (UUID) | 7d1916e0d8f6e76b |