mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
5.0 KiB
5.0 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 |
[]operations.SharedServers | ✔️ | N/A | |
SharedSources |
[]operations.SharedSources | ✔️ | N/A | |
Status |
operations.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 |