Sync permissioned candidate data with SAP SuccessFactors through Apideck's unified API. One integration, instant access to the governed data your team needs.
In Apideck, this resource is called Applicants (API: applicants)
List, Create, Get, Update operations available through our unified API
Fields available for SAP SuccessFactors Candidate
idnamefirst_namelast_namemiddle_nameinitialsbirthdaytitleemailsphone_numbersaddressesapplication_idsapplicationssourcesanonymized+2 moreSample response structure for candidate
{
"id": "12345",
"name": "Example Name",
"first_name": "Example First Name",
"last_name": "Example Last Name",
"middle_name": "12345",
"initials": "string",
"birthday": "string",
"title": "Example Title",
"emails": [
{
"id": "12345",
"email": "contact@example.com",
"type": "primary"
}
],
"phone_numbers": [
{
"id": "12345",
"number": "+1-555-123-4567",
"type": "primary"
}
],
"addresses": [
{
"id": "123",
...Start syncing SAP SuccessFactors candidate in minutes
import { Apideck } from '@apideck/unify'
const apideck = new Apideck({
apiKey: process.env.APIDECK_API_KEY,
appId: 'YOUR_APP_ID',
consumerId: 'YOUR_CONSUMER_ID'
})
// List candidate from SAP SuccessFactors
const result = await apideck.ats.applicants.list({
serviceId: 'sap-successfactors'
})
for await (const page of result) {
console.log(page)
}
// Returns unified candidate dataExplore more SAP SuccessFactorsresources available through Apideck's unified API
We build and maintain connectors, so you don't have to. View our full list of ATS connectors.
Missing a connector? We're able to add new connectors.
Build SAP SuccessFactors integrations in your favorite language with our official SDKs.
Hosted MCP server that gives AI agents secure access to 200+ apps across every Unified API.
Query 200+ SaaS APIs from your terminal or any agent runtime that can execute a shell command.
Build SAP SuccessFactors integrations with the official Node.js SDK.
Build SAP SuccessFactors integrations with the official TypeScript SDK.
Build SAP SuccessFactors integrations with the official PHP SDK.
Build SAP SuccessFactors integrations with the official .NET.
Build SAP SuccessFactors integrations with the official Python SDK.
Build SAP SuccessFactors integrations with the official Java SDK.
Build SAP SuccessFactors integrations with the official Go SDK.