Symptom
You have completed the configuration between IAS/IPS and SuccessFactors and you are wondering whether you can filter user groups via SCIM api.
Environment
- SAP SuccessFactors HCM Suite
- IAS/IPS
Reproducing the Issue
- Enable SCIM API in your environment and complete configuration.
- You need to filter specific user groups which should be excluded from the sync jobs.
Cause
SCIM api has restricted usability with SuccessFactors.
IMPORTANT NOTE: groups can have a delay and this is not a SCIM behavior, it is just the nature how permission groups work as they are constantly re-synced, this means that newly added users can take up to 15 minutes to appear with a given group and those users would not be correctly filtered via the SCIM query.
Resolution
Once you completed the configuration for IAS/IPS and you would like to filter on user groups, do the following steps:
- Go to the following URL https://api.sap.com/api/PLTScim/tryout
- Add a filter like this groups[value eq "XYZ"]
- Test and check your end results.
Alternatively you can query all users as normal and apply any desired filter inside the mapping on IPS, however for that option we kindly ask you to turn to IPS support team or contact Partner/Consultant for exact steps to follow.
See Also
Refer to: https://api.sap.com/api/PLTScim/schema
Keywords
IPS, IAS, SCIM API V2, SCIM api, filter, user groups, exclude users from sync, not read, odata v2, configure , KBA , LOD-SF-INT-API , API & Adhoc API Framework , LOD-SF-INT , Integrations , How To