---
title: "Create a candidate education"
method: POST
path: "/recruitment/candidates/{candidate_id}/educations"
tags: ["Candidates"]
---

# Create a candidate education

`POST /recruitment/candidates/{candidate_id}/educations`

Add a new education to an candidate

## Request body

- object
  - `school` string, required
  - `name` string, required
  - `from_year` integer, required
  - `to_year` integer
  - `subject` string
  - `description` string

## Response `200`

OK

- object
  - `data` CandidateEducation
    - `id` integer, required
    - `school` string, required
    - `name` string, required
    - `from_year` integer, required
    - `to_year` integer
    - `subject` string
    - `description` string

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
