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