cancel
Showing results for 
Search instead for 
Did you mean: 

How to exclude users from IPS sync

StephenBurns
Participant
0 Kudos

I have a user that I need to exclude from the IPS sync to IAS. Can anyone help point me in the direction on how to do this using source transformations? I have a user which is continually set to inactive, even though they are not inactive. SAP recommended that I purge the user out of SF and rehire them, which really isn't an option. How do I prevent IPS from reading this user when running the IAS sync? I should say that I was hoping for a solution that allowed me to add users to a SF group to be excluded, so that I didn't need to udpate the transformations each time this happens

Accepted Solutions (0)

Answers (1)

Answers (1)

ssdelgadoo
Explorer
0 Kudos

Hello my friend,

 

I use this condition in the Source System:

 

{
"user": {
"condition": "$.userName != '647' && $.userName != '25' && $.userName != 'ConsultoriaTI' && $.userName != '24' && $.userName != 'bpadmin' && $.userName != '4042874' && $.userName != '4040944' ",

I hope this helps.

StephenBurns
Participant
0 Kudos
thank you! ill try it out and let you know