Class AccountSummary
- Namespace
- GuildWars2.Hero.Accounts
- Assembly
- GW2SDK.dll
Information about a player account.
public sealed record AccountSummary : IEquatable<AccountSummary>
- Inheritance
-
AccountSummary
- Implements
- Inherited Members
Properties
- Access
Indicates what content can be accessed with this account.
- Age
The duration played across all characters on this account. Precision: 1 minute.
- BuildStorageSlots
The count of unlocked build storage slots. Requires the 'builds' scope.
- Commander
Indicates if the account has unlocked the commander tag.
- Created
The date and time when the account was created.
- DailyAchievementPoints
The number of points gained in the Daily achievement category. Requires the 'progression' scope.
- DisplayName
The unique name of the account. It is created when first setting up an account by combining a chosen username with a randomly generated four-digit number. The resulting Display Name serves as a master identifier for the account: allowing users to add you to their social lists (friends, guild, block, etc.) and send you in-game mail, and serving as your forum identity when accessing and posting on the official forum.
- FractalLevel
The account's personal fractal reward level. Requires the 'progression' scope.
- GuildIds
The IDs of the guilds that the account is a member of (in any role).
- Id
The unique and immutable ID of the account.
- LastModified
The date and time when this summary was generated.
- LeaderOfGuildIds
The IDs of the guilds that the account is the leader of. Requires the 'guilds' scope.
- MonthlyAchievementPoints
The number of points gained in the Monthly achievement category (historical). Requires the 'progression' scope.
- WorldId
The ID of the account's home world.
- Wvw
The account's WvW team and personal rank.
- WvwRank
The account's personal World vs. World rank. Requires the 'progression' scope.