Skip to main content
Skip table of contents

Users add-on CSV - Manage option to set the user's end state

This article describes how to manage the option to set the user's end state in the use cases Create user add-on CSV and Synchronize users from CSV file to Identity Manager  in the Users add-on CSV package. Read more here: Smart ID Workforce use cases.

A script in Identity Manager Admin is used to manage the options.

See a list of all available options in the Smart ID use cases for the Users add-on CSV package here: Users add-on CSV - Options.

Prerequisites

-

Step-by-step instruction for the administrator

Log in to Identity Manager Admin
  1. Log in to Identity Manager Admin as Administrator.
Manage the option to set the user's end state
  1. In Identity Manager Admin, go to Home > Scripts.
  2. Select the script UsersAddonCSVOptions.
  3. Go to the defaultStateIsActive variable, 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
  4. If you instead want that the user's end state is set to inactive, set UsersAddonCSVCreateActiveStatus to false.
  5. 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
ValueOutcome
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.

Additional information


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.