mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
35 KiB
35 KiB
GetUserDetailsUserPlexAccount
Logged in user details
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AdsConsent |
bool | ✔️ | Unknown | |
AdsConsentReminderAt |
DateTime | ✔️ | Unknown | |
AdsConsentSetAt |
DateTime | ✔️ | Unknown | |
Anonymous |
bool | ➖ | Unknown | |
AuthToken |
string | ✔️ | The account token | CxoUzBTSV5hsxjTpFKaf |
BackupCodesCreated |
bool | ➖ | If the two-factor authentication backup codes have been created | |
Confirmed |
bool | ➖ | If the account has been confirmed | |
Country |
string | ✔️ | The account country | US |
Email |
string | ✔️ | The account email address | username@email.com |
EmailOnlyAuth |
bool | ➖ | If login with email only is enabled | |
ExperimentalFeatures |
bool | ➖ | If experimental features are enabled | |
FriendlyName |
string | ✔️ | Your account full name | friendlyUsername |
Entitlements |
List<string> | ✔️ | List of devices your allowed to use with this account | |
Guest |
bool | ➖ | If the account is a Plex Home guest user | |
HasPassword |
bool | ➖ | If the account has a password | |
Home |
bool | ➖ | If the account is a Plex Home user | |
HomeAdmin |
bool | ➖ | If the account is the Plex Home admin | |
HomeSize |
int | ✔️ | The number of accounts in the Plex Home | 1 |
Id |
int | ✔️ | The Plex account ID | 13692262 |
JoinedAt |
int | ✔️ | Unix epoch datetime the account joined Plex | 1721154902 |
Locale |
string | ✔️ | The account locale | |
MailingListActive |
bool | ➖ | If you are subscribed to the Plex newsletter | |
MailingListStatus |
MailingListStatus | ✔️ | Your current mailing list status | |
MaxHomeSize |
int | ✔️ | The maximum number of accounts allowed in the Plex Home | 15 |
Pin |
string | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. [Might be removed] The hashed Plex Home PIN |
|
Profile |
UserProfile | ✔️ | N/A | |
Protected |
bool | ➖ | If the account has a Plex Home PIN enabled | |
RememberExpiresAt |
int | ✔️ | Unix epoch datetime the authtoken expires | 1722364046 |
Restricted |
bool | ➖ | If the account is a Plex Home managed user | |
Roles |
List<string> | ➖ | [Might be removed] List of account roles. Plexpass membership listed here | |
ScrobbleTypes |
string | ✔️ | Unknown | |
Services |
List<Services> | ✔️ | N/A | |
Subscription |
Subscription | ✔️ | If the account’s Plex Pass subscription is active | |
SubscriptionDescription |
string | ✔️ | Description of the Plex Pass subscription | |
Subscriptions |
List<GetUserDetailsSubscription> | ✔️ | N/A | |
Thumb |
string | ✔️ | URL of the account thumbnail | https://plex.tv/users/a4f43c1ebfde43a5/avatar?c=8372075101 |
Title |
string | ✔️ | The title of the account (username or friendly name) | UsernameTitle |
TwoFactorEnabled |
bool | ➖ | If two-factor authentication is enabled | |
Username |
string | ✔️ | The account username | Username |
Uuid |
string | ✔️ | The account UUID | dae343c1f45beb4f |