# PostUsersSignInDataUserPlexAccount Returns the user account data with a valid auth token ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `adsConsent` | *Optional\* | :heavy_check_mark: | Unknown | | | `adsConsentReminderAt` | *Optional\* | :heavy_check_mark: | N/A | 1556281940 | | `adsConsentSetAt` | *Optional\* | :heavy_check_mark: | N/A | 1556281940 | | `anonymous` | *JsonNullable\* | :heavy_minus_sign: | Unknown | | | `authToken` | *String* | :heavy_check_mark: | The account token | CxoUzBTSV5hsxjTpFKaf | | `backupCodesCreated` | *Optional\* | :heavy_minus_sign: | If the two-factor authentication backup codes have been created | | | `confirmed` | *Optional\* | :heavy_minus_sign: | If the account has been confirmed | | | `country` | *String* | :heavy_check_mark: | The account country | US | | `email` | *String* | :heavy_check_mark: | The account email address | username@email.com | | `emailOnlyAuth` | *Optional\* | :heavy_minus_sign: | If login with email only is enabled | | | `experimentalFeatures` | *Optional\* | :heavy_minus_sign: | If experimental features are enabled | | | `friendlyName` | *String* | :heavy_check_mark: | Your account full name | friendlyUsername | | `entitlements` | List\<*String*> | :heavy_check_mark: | List of devices your allowed to use with this account | | | `guest` | *Optional\* | :heavy_minus_sign: | If the account is a Plex Home guest user | | | `hasPassword` | *Optional\* | :heavy_minus_sign: | If the account has a password | | | `home` | *Optional\* | :heavy_minus_sign: | If the account is a Plex Home user | | | `homeAdmin` | *Optional\* | :heavy_minus_sign: | If the account is the Plex Home admin | | | `homeSize` | *int* | :heavy_check_mark: | The number of accounts in the Plex Home | 1 | | `id` | *int* | :heavy_check_mark: | The Plex account ID | 13692262 | | `joinedAt` | *long* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 | | `locale` | *Optional\* | :heavy_check_mark: | The account locale | | | `mailingListActive` | *Optional\* | :heavy_minus_sign: | If you are subscribed to the Plex newsletter | | | `mailingListStatus` | [PostUsersSignInDataMailingListStatus](../../models/operations/PostUsersSignInDataMailingListStatus.md) | :heavy_check_mark: | Your current mailing list status (active or unsubscribed) | active | | `maxHomeSize` | *int* | :heavy_check_mark: | The maximum number of accounts allowed in the Plex Home | 15 | | ~~`pin`~~ | *Optional\* | :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` | [PostUsersSignInDataUserProfile](../../models/operations/PostUsersSignInDataUserProfile.md) | :heavy_check_mark: | N/A | | | `protected_` | *Optional\* | :heavy_minus_sign: | If the account has a Plex Home PIN enabled | | | `rememberExpiresAt` | *long* | :heavy_check_mark: | Unix epoch datetime in seconds | 1556281940 | | `restricted` | *Optional\* | :heavy_minus_sign: | If the account is a Plex Home managed user | | | `roles` | List\<*String*> | :heavy_minus_sign: | [Might be removed] List of account roles. Plexpass membership listed here | | | `scrobbleTypes` | *String* | :heavy_check_mark: | Unknown | | | `services` | List\<[PostUsersSignInDataServices](../../models/operations/PostUsersSignInDataServices.md)> | :heavy_check_mark: | N/A | | | `subscription` | [PostUsersSignInDataSubscription](../../models/operations/PostUsersSignInDataSubscription.md) | :heavy_check_mark: | If the account’s Plex Pass subscription is active | | | `subscriptionDescription` | *Optional\* | :heavy_check_mark: | Description of the Plex Pass subscription | | | `subscriptions` | List\<[PostUsersSignInDataAuthenticationSubscription](../../models/operations/PostUsersSignInDataAuthenticationSubscription.md)> | :heavy_minus_sign: | N/A | | | `thumb` | *String* | :heavy_check_mark: | URL of the account thumbnail | https://plex.tv/users/a4f43c1ebfde43a5/avatar?c=8372075101 | | `title` | *String* | :heavy_check_mark: | The title of the account (username or friendly name) | UsernameTitle | | `twoFactorEnabled` | *Optional\* | :heavy_minus_sign: | If two-factor authentication is enabled | | | `username` | *String* | :heavy_check_mark: | The account username | Username | | `uuid` | *String* | :heavy_check_mark: | The account UUID | dae343c1f45beb4f | | `attributionPartner` | *Optional\* | :heavy_check_mark: | N/A | | | `pastSubscriptions` | List\<[PastSubscription](../../models/operations/PastSubscription.md)> | :heavy_check_mark: | N/A | | | `trials` | List\<[Trials](../../models/operations/Trials.md)> | :heavy_check_mark: | N/A | |