How to get report of "Modify account failed" and also is there a way to notify?

@shaffusailpoint

This the flow you need to follow. In Provisioning Completed Trigger add filter for Failed Modify operation like below.

$.accountRequests[?(@.provisioningResult == 'failed' && @.accountOperation == 'Modify')]

Thanks,
Nikhlesh