Source
This page was generated with Wiki Builder. Do not change the format!
Info
Very basic info about a user as returned by the Account server.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
membershipType | BungieMembershipType:Enum | Type of the membership. |
membershipId | integer:int64 | Membership ID as they user is known in the Accounts service |
displayName | string | 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. |
Example
{
// Type: BungieMembershipType:Enum
"membershipType": {},
// Type: integer:int64
"membershipId": 0,
// Type: string
"displayName": ""
}