Update candidate contact information
Updates a candidate’s contact details. Only the listed fields can be changed; at least one must be provided.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Path parameters
candidateId
Request
This endpoint expects an object.
first_name
last_name
email
phone
city
state
Response
The updated candidate.
candidate_id
org_id
first_name
last_name
email
phone
address_line1
address_line2
city
state
postal_code
country
source
Where the candidate came from (e.g. indeed, referral, manual).
applications
The candidate's applications, when included in the response.
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

