Users add-on CSV - script for managing options in Smart ID Identity Manager
This is the script that is used to manage the options in the Users add-on CSV package in Smart ID.
//---------------- Process end status ---------------- /* Defines if the end status of the user creation active or inactive. Possible options: * true (default) - User is active after creation. * false - User is inactive after creation. */ UsersAddonCSVCreateActiveStatus = true /* Defines if a uniqueness check will be done during user creation. Possible options: * true (default) = User uniqueness check will be done. * false = User uniqueness check will not be done. */ UsersAddonCSVCheckUniqueness = true