Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

STATUS_CONFIG configuration in User import job

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 05:53 UTC

This is for Saviynt version 5.5.


How should the STATUS_CONFIG in user import be configured to change the status of user in Saviynt? Previously this was configured in the connector USERIMPORTJSON, now there is this configuration in the job trigger:

image


When entering any information to Status Config and clicking Save, the configuration for Status Config is not saved. There is also not anything mentioned in the documentation here: https://saviynt.freshdesk.com/support/solutions/articles/43000538569-importing-users-using-userimpor...


So can we still use USERIMPORTJSON to configure status or how this should be achieved?

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
3 REPLIES 3

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 08:01 UTC

Hi Mikko,


Status config is used to define the status column manpping for the user import. This is useful when target sytem manages different value other than used in SSM.


For eaxample: Target system might use true/false for active/inactive,


Under userimportjson we define the column mapping, but this would used for value mapping.


Note: We would get documentation also updated for this.


Thanks

Ajay

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 08:52 UTC

Hi Mikko,


Here are a couple of examples that might be useful for you.


Currently I'm still using statusConfig in the ImportUserJSON for SuccessFactors as an example. Here is the config I use as part of the JSON:


"statusConfig": { "active": ["t","T"], "inactive": ["f","F"]


To be able to do something similar for the option on the Job Import you could use the following:


{"STATUS_ACTIVE":["t","T"], "STATUS_INACTIVE":["f","F"]}


Hope this helps.


Regards,


Mike




This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 15:58 UTC

The parameter is updated in the documentation and available ob the following link:


https://saviynt.freshdesk.com/en/support/solutions/articles/43000571858-importing-users-using-userim...

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.