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