GuidesAPI ReferenceChangelog
Guides

Candidates

With SCIM API you can create candidates in Deel.

Create a Candidate

Request URL

POST https://api.letsdeel.com/rest/v2/candidates

Request & Response

POST 'https://api.letsdeel.com/rest/v2/candidates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'x-client-id: {client_id}' \
--data-raw '{ 
    "data": {
      "id": "dhzj64mgen",
      "first_name": "Taylor",
      "last_name": "Swift",
      "status": "offer-accepted",
      "link": "https://your-ats.com/path/to/candidate/dhzj64mgen",
      "email": "[email protected]",
      "nationality": "US",
      "country": "US",
      "state": "PA",
      "job_title": "Singer",
      "start_date": "2023-06-30",
    }
}'
{
    "message": "Ok"
}

Fields

FieldDescriptionRequiredEnums
idCandidate's unique identifier in your systemYes
first_nameCandidate's first name.Yes
last_nameCandidate's last name.Yes
statusOffer status.Yesoffer-accepted, offer-sent, offer-declined,
offer-deleted
linkLink to the candidate's profile in your system.Yes
start_dateExpected start date.Yes
emailCandidate's expected email.
nationalityCandidate's nationality.
countryCountry where this job is located.
stateState where this job is located.
job_titleJob title.