PUT
/
v1.0
/
{company_id}
/
candidates
/
{candidate_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required
candidate_id
string
required

Body

application/json
company
string

The current company of the candidate.

email
string

The email address of the candidate.

first_name
string

The first name of the candidate.

image_url
string

An image url to a profile picture

last_name
string

The last name of the candidate.

location
object
phone_number
string

The phone number of the candidate.

rating
integer | null

A 1-5 star rating assigned to the candidate.

social_profiles
object[]
tags
object[]

A list of tags applied to the candidate.

title
string

The current job title of the candidate.

Response

200 - application/json
data
object