Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:56 PM
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:
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?
Solved! Go to Solution.
04/12/2022 01:55 PM
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
04/12/2022 01:55 PM
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
04/12/2022 01:55 PM
The parameter is updated in the documentation and available ob the following link: