# UserPlexAccount ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ads_consent` | *OptionalNullable[bool]* | :heavy_minus_sign: | Unknown | | | `ads_consent_reminder_at` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A | 1556281940 | | `ads_consent_set_at` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A | 1556281940 | | `anonymous` | *OptionalNullable[bool]* | :heavy_minus_sign: | Unknown | | | `auth_token` | *str* | :heavy_check_mark: | The account token | CxoUzBTSV5hsxjTpFKaf | | `backup_codes_created` | *Optional[bool]* | :heavy_minus_sign: | If the two-factor authentication backup codes have been created | | | `confirmed` | *Optional[bool]* | :heavy_minus_sign: | If the account has been confirmed | | | `country` | *Optional[str]* | :heavy_minus_sign: | The account country | US | | `email` | *str* | :heavy_check_mark: | The account email address | username@email.com | | `email_only_auth` | *Optional[bool]* | :heavy_minus_sign: | If login with email only is enabled | | | `experimental_features` | *Optional[bool]* | :heavy_minus_sign: | If experimental features are enabled | | | `friendly_name` | *str* | :heavy_check_mark: | Your account full name | friendlyUsername | | `entitlements` | List[*str*] | :heavy_minus_sign: | List of devices your allowed to use with this account | [] | | `guest` | *Optional[bool]* | :heavy_minus_sign: | If the account is a Plex Home guest user | | | `has_password` | *Optional[bool]* | :heavy_minus_sign: | If the account has a password | | | `home` | *Optional[bool]* | :heavy_minus_sign: | If the account is a Plex Home user | | | `home_admin` | *Optional[bool]* | :heavy_minus_sign: | If the account is the Plex Home admin | | | `home_size` | *Optional[int]* | :heavy_minus_sign: | The number of accounts in the Plex Home | 1 | | `id` | *int* | :heavy_check_mark: | The Plex account ID | 13692262 | | `joined_at` | *int* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 | | `locale` | *OptionalNullable[str]* | :heavy_minus_sign: | The account locale | | | `mailing_list_active` | *Optional[bool]* | :heavy_minus_sign: | If you are subscribed to the Plex newsletter | | | `mailing_list_status` | [Optional[components.MailingListStatus]](../../models/components/mailingliststatus.md) | :heavy_minus_sign: | Your current mailing list status | active | | `max_home_size` | *Optional[int]* | :heavy_minus_sign: | The maximum number of accounts allowed in the Plex Home | 15 | | ~~`pin`~~ | *Optional[str]* | :heavy_minus_sign: | : 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` | [Optional[components.UserProfile]](../../models/components/userprofile.md) | :heavy_minus_sign: | N/A | | | `protected` | *Optional[bool]* | :heavy_minus_sign: | If the account has a Plex Home PIN enabled | | | `remember_expires_at` | *Optional[int]* | :heavy_minus_sign: | Unix epoch datetime in seconds | 1556281940 | | `restricted` | *Optional[bool]* | :heavy_minus_sign: | If the account is a Plex Home managed user | | | `roles` | List[*str*] | :heavy_minus_sign: | [Might be removed] List of account roles. Plexpass membership listed here | | | `scrobble_types` | *Optional[str]* | :heavy_minus_sign: | Unknown | | | `services` | List[[components.Services](../../models/components/services.md)] | :heavy_minus_sign: | N/A | | | `subscription` | [Optional[components.Subscription]](../../models/components/subscription.md) | :heavy_minus_sign: | If the account's Plex Pass subscription is active | | | `subscription_description` | *OptionalNullable[str]* | :heavy_minus_sign: | Description of the Plex Pass subscription | | | `subscriptions` | List[[components.UserPlexAccountSubscription](../../models/components/userplexaccountsubscription.md)] | :heavy_minus_sign: | N/A | | | `thumb` | *Optional[str]* | :heavy_minus_sign: | URL of the account thumbnail | https://plex.tv/users/a4f43c1ebfde43a5/avatar?c=8372075101 | | `title` | *str* | :heavy_check_mark: | The title of the account (username or friendly name) | UsernameTitle | | `two_factor_enabled` | *Optional[bool]* | :heavy_minus_sign: | If two-factor authentication is enabled | | | `username` | *str* | :heavy_check_mark: | The account username | Username | | `uuid` | *str* | :heavy_check_mark: | The account UUID | dae343c1f45beb4f | | `attribution_partner` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |