PlayerProfileModel

/// The player's alias_id - usually the PlayfabId
public string AliasId;
/// True if the player hasn't confirmed a phone number
public bool IsAnonymous;
/// Galaxy player account unique identifier
public string PlayerId;
/// Nickname this user set for themselves (or autogenerated)
public string Nickname;
/// URL of the avatar
public string ProfileImageURL;
/// When the player was last online
public string Online;

Last updated