mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
4.6 KiB
4.6 KiB
Friend
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
email |
String | ✔️ | The account email address | username@email.com |
friendlyName |
Optional | ✔️ | The account full name | exampleUser |
home |
boolean | ✔️ | If the account is a Plex Home user | |
id |
int | ✔️ | The Plex account ID | |
restricted |
Optional | ➖ | 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 |