---
title: "/candidates/:id"
method: PATCH
path: "/candidates/{id}"
---

# /candidates/:id

`PATCH /candidates/{id}`

Partially updates a candidate. Required scope: `w_candidates`. Accessible with all token types.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `candidate` object
    - `id` string
    - `name` string
    - `firstname` unknown
    - `lastname` unknown
    - `headline` string
    - `image_url` unknown
    - `account` object
      - `subdomain` string
      - `name` string
    - `job` object
      - `shortcode` string
      - `title` string
    - `stage` string
    - `disqualified` boolean
    - `disqualified_at` unknown
    - `disqualification_reason` unknown
    - `sourced` boolean
    - `profile_url` string
    - `address` string
    - `phone` string
    - `email` string
    - `outbound_mailbox` string
    - `domain` unknown
    - `uploader_id` unknown
    - `created_at` string
    - `updated_at` string
    - `cover_letter` string
    - `summary` string
    - `education_entries` object[]
      - `id` string
      - `degree` string
      - `school` string
      - `field_of_study` unknown
      - `start_date` string
      - `end_date` string
    - `experience_entries` object[]
      - `id` string
      - `title` string
      - `summary` unknown
      - `start_date` string
      - `end_date` string
      - `company` string
      - `industry` string
      - `current` boolean
    - `skills` object[]
      - `name` string
    - `answers` object[]
      - `question` object
        - `body` string
      - `answer` object
        - `body` string
    - `resume_url` unknown
    - `social_profiles` object[]
      - `type` string
      - `username` string
      - `url` string
    - `tags` string[]

## Other responses

- `401` — 401
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
