Inform someone in the event of a user's failed AD provisioning

Can you please assist in providing a sample workflow for the requirement of notifying someone (AD Team) when AD provisioning fails for any user? I have attached the example workflow, but it is not functioning correctly and is throwing an exception.

ADFailureNotification20240726.json

Hi @poison001

You can use after provisioning rule to check the provisioning result and send email on failures

This is an example from IIQ but I think it applies same for idn as well

Thanks

1 Like

What error you are getting at which step in workflow? You are getting exception while testing workflow?

@poison001 A simple way to track / notify all the failed provisioning using a search.

You can use below query (select only event in the filter) Save and Subscribe it:
attributes.sourceName.exact:“Active Directory” AND status:FAILED

It will collect all the provisioning operation like ADD, CREATE and REMOVE.

If you want real time notification please use after provisioning rule as suggested by @Sriindugula

Regards,
Shekhar Das

2 Likes

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