v1
latestOpenAPI 3.0.02026-07-14800227.2 KBRecruiting
Update an existing candidate. You can include custom fields in the body of the request.
put/recruiting/candidates/{candidateId}
Path parameters
candidateIdstring required
Request body
Example request
{
"firstName": "Johannes",
"lastName": "Hesse",
"email": "johannes.hesse@test.com",
"sourceField": "Website integration"
}Response
OK
Example response
{
"_id": "6751ebdf7d91779514cebbcd",
"firstName": "Johannes",
"lastName": "Hesse",
"sourceField": "Website integration",
"origin": "api",
"_createdById": "67223a2a77fb00d3fb70cbac",
"_updatedById": "67223a2a77fb00d3fb70cbac",
"_createdAt": "2024-11-29T10:02:41.345Z",
"_updatedAt": "2024-11-29T10:22:31.141Z"
}