Symptom
- IPS sync job execution is providing log with error code 400.
- IPS sync job is creating duplicated users on SuccessFactors.
- How to delete 'ghost' duplicate users created by IPS job?
Environment
SAP SuccessFactors HCM Suite
Reproducing the Issue
- Run the IPS job.
- After running job, it will provide log with 'Duplicated user resource sap global uuid detected.'
- Result: Duplicated 'dummy users' will be created
Cause
Users get created by IPS job when SuccessFactors is set as TARGET in the IPS Sync Job. This is a miss configuration of the IPS job, as SuccessFactors should always be set as SOURCE.
The duplicated users are only visible in the 'Data Inspector' tool and cannot be found in any other part of the system, making them 'dummy' users.
Resolution
The dummy users can be deleted via API, in a self-service feature.
User SCIM User delete API can be used to purge these user accounts, as documented below:
Kindly be aware that the ID of this API should be 'account_uuid' from data inspector, check example below:
| URI | https://<api-server>/rest/iam/scim/v2/Users/<account uuid> |
Permission requested to complete above steps re described on Overview of SAP SuccessFactors Workforce System for Cross-Domain Identity Management API
See Also
SAP Help Portal | Delete a User
Overview of SAP SuccessFactors Workforce System for Cross-Domain Identity Management API
Keywords
IPS job, SuccessFactors, duplicate users, Data Inspector, ghost users, SCIM User delete API, misconfigured job, statusCode 432. , KBA , LOD-SF-PLT-IAS , Identity Authentication Services (IAS) With BizX , LOD-SF-PLT-MLA , Manage Login Accounts , How To
SAP Knowledge Base Article - Public