How to Delete an Account in Microsoft Entra ID Source from SailPoint ISC without IQService

Hi All,

I’m looking for guidance on deleting an account in a Microsoft Entra ID source from SailPoint ISC. Since IQService is not available in this setup, I’d like to know the best approach to accomplish this task without using Cloud execution Rule.

Would it be possible to execute the deletion through a Connector Rule Execution (Before Delete Rule) using PowerShell commands, or is there an alternative method you would recommend?

Any suggestions or examples on how to configure this would be greatly appreciated.

Thanks

HI @espino, as Sailpoint has a policy of discouraging account deletion, connector have not built-in delete feature:

As you commented, connector that support rules may let you some chance of customization. Perhaps in Entra you can make some script on server side, which at some attribute value (or combination of attributes values), it reacts deleting the account.

1 Like

Hi @espino,

You can trigger a workflow based on the event and then call the HTTP action to invoke the graph API to delete the user account in Azure.

1 Like

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