Destiny.Entities.Profiles.DestinyProfileComponent

Depends on Component "Profiles"
The most essential summary information about a Profile (in Destiny 1, we called these "Accounts").
Type: object
Object Properties
userInfo
If you need to render the Profile (their platform name, icon, etc...) somewhere, this property contains that information.
Type: object
dateLastPlayed
The last time the user played with any character on this Profile.
Type: date-time
versionsOwned
If you want to know what expansions they own, this will contain that data.

IMPORTANT: This field may not return the data you're interested in for Cross-Saved users. It returns the last ownership data we saw for this account - which is to say, what they've purchased on the platform on which they last played, which now could be a different platform.

If you don't care about per-platform ownership and only care about whatever platform it seems they are playing on most recently, then this should be "good enough." Otherwise, this should be considered deprecated. We do not have a good alternative to provide at this time with platform specific ownership data for DLC.
Type: int32
characterIds
A list of the character IDs, for further querying on your part.
Type: array
Array Contents: int64
seasonHashes
Mapped to Definition
A list of seasons that this profile owns. Unlike versionsOwned, these stay with the profile across Platforms, and thus will be valid.

It turns out that Stadia Pro subscriptions will give access to seasons but only while playing on Stadia and with an active subscription. So some users (users who have Stadia Pro but choose to play on some other platform) won't see these as available: it will be whatever seasons are available for the platform on which they last played.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Seasons.DestinySeasonDefinition
eventCardHashesOwned
Mapped to Definition
A list of hashes for event cards that a profile owns. Unlike most values in versionsOwned, these stay with the profile across all platforms.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Seasons.DestinyEventCardDefinition
currentSeasonHash
Nullable Mapped to Definition
If populated, this is a reference to the season that is currently active.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Seasons.DestinySeasonDefinition
currentSeasonRewardPowerCap
Nullable
If populated, this is the reward power cap for the current season.
Type: int32
activeEventCardHash
Nullable Mapped to Definition
If populated, this is a reference to the event card that is currently active.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Seasons.DestinyEventCardDefinition
currentGuardianRank
Mapped to Definition
The 'current' Guardian Rank value, which starts at rank 1.
Type: int32
Mapped to Manifest Database Definition: Destiny.Definitions.GuardianRanks.DestinyGuardianRankDefinition
lifetimeHighestGuardianRank
Mapped to Definition
The 'lifetime highest' Guardian Rank value, which starts at rank 1.
Type: int32
Mapped to Manifest Database Definition: Destiny.Definitions.GuardianRanks.DestinyGuardianRankDefinition