Update a candidate

This endpoint allows you update candidates for a given reference.

This endpoint requires candidates_rw or my_candidates_rw scope.

candidate update

PUT https://www.welcomekit.co/api/v1/external/candidates/:reference

Path Parameters

Name
Type
Description

reference*

string

Reference

Query Parameters

Name
Type
Description

job_stage_id

integer

Job stage id

email

string

Email

firstname

string

First name

lastname

string

Last name

tag_list

string

Comma separated list of tags

subtitle

string

Subtitle

phone

string

Phone number

remote_image_url

string

Avatar url

remote_resume_url

string

Resume url (file type: PDF, DOC, DOCX, ODT maximum file size: 5MB)

remote_portfolio_url

string

Portfolio url (file type: PDF, maximum file size: 10MB)

archived

boolean

Archive user

media_website

string

Candidate website url

media_github

string

Profile url on Github

media_stackoverflow

string

Profile url on Stackoverflow

media_dribbble

string

Profile url on Dribbble

media_behance

string

Profile url on Behance

media_linkedin

string

Profile url on Linkedin

media_facebook

string

Profile url on Facebook

media_instagram

string

Profile url on Instagram

media_medium

string

Profile url on Medium

media_tumblr

string

Profile url on Tumblr

media_vimeo

string

Profile url on Vimeo

media_twitter

string

Profile url on Twitter

cover_letter

string

Cover letter

Request example

Last updated

Was this helpful?