Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/02/2024 08:36 AM
Hi,
Ive configured an Organization Owner campaign. I approved all users except one which was rejected. The campaign was completed and lock.
However no action happens on Reject.
Please advise how to enable processing on reject - at a minimum, the user should be removed from the organization. The requirement is to actually have the user terminated, if thats possible.
Solved! Go to Solution.
08/02/2024 06:15 PM
Can you share campaign configs
08/09/2024 07:17 AM
Hi Rushikesh,
Sorry for the delay. Please see the screenshots below:
08/09/2024 07:22 AM
Heres the certification screenshots: Note that the first record is rejected. However no action is taken.
The user is still a member of the organization.
We need to
a) disable the user and deprovision access
b) show a bulk option for users. I couldnt find a way to do bulk and there are over 200 users sometimes per organization.
c) show consult option for users. There is a consult option for Organization but not for users.
08/09/2024 01:37 PM
You can create actionable analytics and perform the required action.
08/09/2024 02:51 PM
can you share a sample query that we can use?
08/10/2024 06:58 AM
Take data from cert_orgnaztion
08/14/2024 08:06 AM
Thanks. However, we cannot use actionable analytics to disable a user. We can use it to disable account and deprovision access. any suggestions on how to do disable user based on a REJECT action on an Organization Campaign?
08/14/2024 08:09 AM
08/14/2024 08:12 AM
Thanks. This use case is only for specific users. is there a way to do conditonal calls in REST API to only call disable account api for certain users and not all users by default?
08/14/2024 08:27 AM
You can use condition to check in connection
Sample
"connection": "${task.userKey.customproperty1 == 'DONOTDISABLE'?'acctAuth':''}",