SAP Knowledge Base Article - Public

2611073 - How to update the Team Recruiting user in the requisition via Odata call

Symptom

How the Entity JobRequisitionGroupOperator can be used to update the Team recruiting fields

Environment

SuccessFactors BIZX - Recruiting

Resolution

It can be achieved using the JobRequisitionGroupOpearator entity.

For eg , please refer the payload to update the HiringManager Team field

the payload we used is to remove the adminSelected user * from the group

{

"__metadata": {

"uri": "JobRequisition(*****)",

"type": "SFOData.JobRequisition"

},

"hiringManagerTeam":[{ "userName": "****", "adminSelectedUserToBeRemoved":true }],

"hiringManagerTeamGroup":[{"userGroupName":"*****", "adminSelectedGroupToBeRemoved":true}]

}

The HiringManagerTeamGroup is of type JobRequisitionGroupOpearator.

Keywords

JobRequisitionGroupOperator , KBA , LOD-SF-RCM-INT , Integration Center & Intelligent Services , How To

Product

SAP SuccessFactors HXM Core all versions