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

account status management by Saviynt

Lynn
New Contributor III
New Contributor III

Hello Team,

We have a REST basis system which does not manage the status of the account.
We implemented dummy APIs and always return success for the disable and enable account request.

after disabling an account, the account reconciliation will restore the account status to Active.

We want the account status to be inactive, how can we do that? We don't want to make change to the target system.

Thanks in advance.

Regards,
Lynn

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can manage same in status threshold config of connector


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Lynn
New Contributor III
New Contributor III

Hi Rushikesh,

Thanks a lot for the solution.
If i understand correctly. A custom property is going to be used to store the account status.

How can I achieve this so that when the account is disabled/enabled, the specific custom property will be updated.
User update rule can not help here.

Can you please provide some high level instructions?

Regards,

Lynn

  • Account Enable & Disable works based on Account Locked State Column in accounts table.
  • Use enhanced Query to update based on Custom Property Value 
  • and schedule query after every import

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.