Syntax
Members
avatarUrl const char*is null-terminated (Optional) URL to the player’s avatar.
created time_t
Timestamp indicating when the user was first associated with this game (this can differ significantly from when the user first registered with PlayFab).
displayName const char*is null-terminated (Optional) Name of the user, as it is displayed in-game.
firstLogin time_t const*may be nullptr (Optional) Timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other events, such as issuing a beta key to the user, can associate the title to the user).
isBanned bool const*may be nullptr (Optional) Boolean indicating whether or not the user is currently banned for a title.
lastLogin time_t const*may be nullptr (Optional) Timestamp for the last user login for this title.
origination PFUserOrigination const*may be nullptr (Optional) Source by which the user first joined the game, if known.
titlePlayerAccount PFEntityKey const*may be nullptr (Optional) Title player account entity for this user.
