SAP Knowledge Base Article - Public

3472441 - How to Update Job Requisition Operator and Operator Team via OData API / Integration Center - Recruiting Management

Symptom

How to Update Job Requisition Operator and Operator Team via OData API / Integration Center?

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

SAP SuccessFactors Recruiting Management

Resolution

Note:

  • Updating Operator Team field can be done using OData API calls only for Users, which has the same effect as manually adding users via 'Manage Additional Users' on the Job Requisition UI. Adding Groups is not supported, just as you cannot add groups on the Job Requisition UI.
  • If there are existing users added in the Operator Team field, please remember to include both new users and existing users in the Upsert call, as the Upsert call will overwrite existing users.

OData API Samples Codes

Updating an operator field:

"recriuter": {"userName": "dummyuser"}

Updating an operatorTeam field with one user:

"recruiterTeam":{"usersSysId": "1234"}

Updating an operatorTeam field with multiple users:

"recruiterTeam":[
    {"usersSysId": "1234"},
    {"usersSysId": "5678"}
]

Working with Integration Center

Limitations: Updating an operatorTeam field with multiple users is not supported using Integration Center, since only one usersSysId can be mapped to the field. Please refrain from creating multiple rows for the same jobReqId to add different users. Since the Upsert call overwrites existing users, only one user will be retained eventually.

Please follow the instructions provided in the KBA 2771951 - How to update Job Requisition fields using Integration Center - Recruiting Management.

Field mapping for an operator field:

  • jobReqId
  • operatorRole
  • usersSysId
  • userName

Field mapping for an operatorTeam field:

  • jobReqId
  • operatorRole
  • usersSysId
  • userName

See Also

Keywords

RCM, IC, Job Requisition, operator, recruiter, operatorTeam, update, upsert, mass, batch, bulk , KBA , LOD-SF-RCM-API , Webservices & APIs , LOD-SF-RCM-INT , Integration Center & Intelligent Services , LOD-SF-RCM-JOB , Job Postings & Requisitions , How To

Product

SAP SuccessFactors Recruiting all versions