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.
Users - Manage option to set end state of the created user
This article describes how to manage the option to set the end state in the Create user use case in Smart ID Identity Manager. Read more here:Smart ID Workforce use cases
A script in Identity Manager Admin is used to manage the option.
See a list of all available options in the Smart ID use cases here: Users - Options
Prerequisites
-
Step-by-step instruction
Log in to Identity Manager Admin
Log in to Identity Manager Admin as Administrator.
Manage the option to set the end state for "Create user"
In Identity Manager Admin, go to Home > Script.
Select the scriptUsersScriptOptions.
In the section Process end statesin the script,go to the UsersOptionActivatevariable, see the example. By default it is set totrue, that is, the end state when you create a user is "active".
/*
Defines if the end state of the user, if it should be active or inactive.
Possible options:
* true (default) - User is active after account creation.
* false - User is inactive after account creation.
*/
UsersOptionActivate = true
If you instead want the end state when you create a user to be "inactive", setUsersOptionActivatetofalse.
ClickSavein the upper left cornerto save the updatedscript (or exit without saving if there are no updates)
Technical details
Default value and outcome
Value
Outcome
True (default)
The end state of a user will be "active" when a user is created
False
The end state of a user will be "inactive" when a user is created
The manage options for Users script
Click here to see the whole manage options script.