User - Schwenkner/SugarSyncNet GitHub Wiki
The User class is the container for User Information. It provides the following properties:
public string UserName { get; set; }
public string NickName { get; set; }
public string Salt { get; set; }
public Quota Quota { get; set; }
public string Workspaces { get; set; }
public string SyncFolders { get; set; }
public string Deleted { get; set; }
public string MagicBriefcase { get; set; }
public string WebArchive { get; set; }
public string MobilePhotos { get; set; }
public string Albums { get; set; }
public string RecentActivities { get; set; }
public string ReceivedShares { get; set; }
public string PublicLinks { get; set; }
public long MaximumPublicLinkSize { get; set; }
Details upon [Quota] (Quota).