Destiny.Responses.DestinyProfileUserInfoCard

Type: object
Object Properties
dateLastPlayed
Type: date-time
isOverridden
If this profile is being overridden/obscured by Cross Save, this will be set to true. We will still return the profile for display purposes where users need to know the info: it is up to any given area of the app/site to determine if this profile should still be shown.
Type: boolean
isCrossSavePrimary
If true, this account is hooked up as the "Primary" cross save account for one or more platforms.
Type: boolean
platformSilver
This is the silver available on this Profile across any platforms on which they have purchased silver.

This is only available if you are requesting yourself.
Type: object
unpairedGameVersions
Nullable Enumeration
If this profile is not in a cross save pairing, this will return the game versions that we believe this profile has access to.

For the time being, we will not return this information for any membership that is in a cross save pairing. The gist is that, once the pairing occurs, we do not currently have a consistent way to get that information for the profile's original Platform, and thus gameVersions would be too inconsistent (based on the last platform they happened to play on) for the info to be useful.

If we ever can get this data, this field will be deprecated and replaced with data on the DestinyLinkedProfileResponse itself, with game versions per linked Platform. But since we can't get that, we have this as a stop-gap measure for getting the data in the only situation that we currently need it.
Type: int32
Valid Enum Values
  • None: 0
  • Destiny2: 1
  • DLC1: 2
  • DLC2: 4
  • Forsaken: 8
  • YearTwoAnnualPass: 16
  • Shadowkeep: 32
  • BeyondLight: 64
  • Anniversary30th: 128
  • TheWitchQueen: 256
  • Lightfall: 512
supplementalDisplayName
A platform specific additional display name - ex: psn Real Name, bnet Unique Name, etc.
Type: string
iconPath
URL the Icon if available.
Type: string
crossSaveOverride
If there is a cross save override in effect, this value will tell you the type that is overridding this one.
Type: int32
applicableMembershipTypes
The list of Membership Types indicating the platforms on which this Membership can be used.

Not in Cross Save = its original membership type. Cross Save Primary = Any membership types it is overridding, and its original membership type Cross Save Overridden = Empty list
Type: array
Array Contents: int32
isPublic
If True, this is a public user membership.
Type: boolean
membershipType
Type of the membership. Not necessarily the native type.
Type: int32
membershipId
Membership ID as they user is known in the Accounts service
Type: int64
displayName
Display Name the player has chosen for themselves. The display name is optional when the data type is used as input to a platform API.
Type: string
bungieGlobalDisplayName
The bungie global display name, if set.
Type: string
bungieGlobalDisplayNameCode
Nullable
The bungie global display name code, if set.
Type: int16