Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/11/2024 05:26 PM
Hello community,
We have an old endpoint and security system that is no longer used and we have manually provisioned accounts on it. We have disabled the endpoint and will disable the security system as well. Is there a way to disable the accounts and remove their association/remove them from the endpoints?
09/11/2024 06:27 PM
SELECT '2' AS ACCOUNTS__STATUS, a.accountkey as ACCOUNTS__PRIMARYKEY
FROM ACCOUNTS a where a.accountkey in (1,2,3);
09/11/2024 06:37 PM