To generate template, call IEngine_AddFingerprint and then IEngine_ExportUserTemplate. To re-create user record from the template, call IEngine_ImportUserTemplate. In .NET, create User object and call User.ExportTemplate to get the template. To re-create User object from the template in .NET, create empty User and call User.ImportTemplate.