FogBugz Plugin Interfaces > FogBugz Users
IPluginPersonJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CPerson, the class representing user data. (Example)
IPluginPersonDisplay: Add interactive HTML controls to the "User Options" page. (Simple Example, Advanced Example)
IPluginPersonCommit: Perform custom operations when user data is committed to the FogBugz database. (Example)
IPluginPersonClone: Make a new person record as a copy of an existing person. (Example)