Cookies are used to collect information about you. Nexus uses this information to give you a better experience of the website (functional) and to count the pages you visit (statistics).
Click OK to give Nexus your consent to use cookies. Read more about Nexus' cookie policy.
Log in to Identity Manager Admin as Administrator.
Manage the option to set the user's end state
In Identity Manager Admin, go to Home >Scripts.
Select the script UsersAddonCSVOptions.
Go to the defaultStateIsActivevariable, see the example. By default it is set to true, which means that the user's end state is set to active. Example:
/*
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
If you instead want that the user's end state is set to inactive, set UsersAddonCSVCreateActiveStatus to false.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).
Technical details
Default value and outcome
Value
Outcome
True (default)
The user's end state will be active
False
The user's end state will be inactive
Users add-on CSV - manage options script
Click here to see the whole manage options script.