Hi
I need to create ticket in a third party application for which I need to trigger the workflow whenever an access is removed for user.
Could you please recommend how i can set this trigger?
Hi
I need to create ticket in a third party application for which I need to trigger the workflow whenever an access is removed for user.
Could you please recommend how i can set this trigger?
Try using the āprovisioning completedā trigger. You can filter out for sources and attributes as needed to limit it to specific applications and attribute updates
As an example, the below filter is used to limit to failures and for a specific app:
"filter.$": "$.accountRequests[?(@.provisioningTarget == 'appname' && @.provisioningResult == 'failed')]"
Thanks @margocbain, If a user is removed from an entitlement through a campaign would that also show provisioning result as failed?
This document provides more guidance on the provisioning completed trigger:
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.