on 2023 Apr 25 2:14 AM
Request clarification before answering.
If you use SF SCIM API(sf.api.version=2), you can find how to set filter in API document:
https://api.sap.com/api/PLTScim/path/get_rest_iam_scim_v2_Users
ne or neq operator is not supported so you may consider to skip users using IPS transformation of SuccessFactors source system like below:
"user": {
"condition": "$.userName != 'user1' && $.userName != 'user2'",
Change user1 and user2 to the usernames you would like to exclude.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.