Share all details related to your problem, including any error messages you may have received.
Hello Everyone,
I came to find that users are getting notified (users getting email)when any business role is removed from their account. Is it standard? We use Assignment Rule to assign business role and the role is removed through “Manage User Access”.
How to stop sending email to the users when the Business Role is removed?
Thank you
In LCM Provisioning workflow there’s attribute called notification scheme you have to set it to none in order to stop sending emails.
This change however is global for all LCM triggered provisioning operations eg. create account, assign entitlements etc… if you want to make it selective then you have ro build some custom logic.
If you want to remove user notification only in case of Role removal then you can do that also.
In plan you will get operation = RoleRemove ( you will see in account request ). You can get sample of plan object in workflowCase when you submit the role removal request (before approval).
Now, You can add step to update notificationScheme either in LCM provisioning or Identity Request Notify WF. if you don’t want to change OOB file then create your work own file by copy.