Remove an account from identity

In the old UI you used to be able to remove an account from an identity until next aggregation, I used this to fix correlation issues occasionally, but now in the new UI there does not appear to be an option to do so, is there a way to accomplish this from an API call or was the functionality removed?

1 Like

Hi Nicholas!

You can try this API call through Postman and it will remove the account from IDN, but not actually delete the account on the source, meaning it will behave like the previous remove account option.

POST https://<tenant>.api.identitynow.com/beta/accounts/<account id>/remove

Additionally, here is a thread about this functionality being removed:

This is the main thread where they mentioned adding this functionality back to the UI at some point:

Please let me know if this helps!

  • Zach
1 Like

Hi Nicholas,

Another option which you can try in the new UI is, Go to Accounts-> Human Accounts-> search for the account you want to remove from Identity and in actions click on remove account. It will remove that accountā€™s correlation from the identity. Please try this out.

Regards,
Jishnu

1 Like

Thank you both for the help. Our production tenant does not have the new ā€˜identity managementā€™ tab yet. However, we realized the issue was somehow tied to my access levels in the tenant, this permission doesnā€™t seem to be available to ā€˜helpdeskā€™ which I erroneously had. I am all set now.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.