SAP Knowledge Base Article - Public

2433914 - How to user OData API to trigger Invite to Apply - Recruiting Management

Symptom

How to use OData API to trigger Invite to Apply?

Environment

SAP SuccessFactors Recruiting Management

Resolution

  • Make sure that you have OData API enabled in Provisioning
  • Provide permission to access all OData APIs (necessary to add candidate to invite to Apply and to view respective OData dictionary function import/entity details)
  • Make sure the email triggers are enabled either in Edit Triggers page for "Invite to Apply"

Once these basic configuration steps are configured, RCM user can use the below example of the Odata API Call.

Syntax:

https://<environment-domain>/odata/v2/inviteToApply?jobReqId=<<job req Ids>>&candidateIds='<<candidate IDs who are already in forwarded status>>'

Example: https://environment-domain/odata/v2/inviteToApply?jobReqId=20541L&candidateIds='18884,12345', where '18884' and '12345' are candidate IDs who are already in Forwarded status for the job requisiton 20541L to "InvitetoApply" status.

As an appropriately permissioned recruiting user will have the ability to trigger the 'Invite to Apply' functionality through OData.

Keywords

Odata API, invite, apply, Invite to apply, RCM-33838, inviteToApply , KBA , LOD-SF-RCM , Recruiting Management , How To

Product

SAP SuccessFactors Recruiting all versions