# 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` | [][operations.SharedServers](../../models/operations/sharedservers.md) | :heavy_check_mark: | N/A | | | `SharedSources` | [][operations.SharedSources](../../models/operations/sharedsources.md) | :heavy_check_mark: | N/A | | | `Status` | [operations.Status](../../models/operations/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 |