---
title: "Update a candidate user task"
method: PUT
path: "/candidates/{candidateId}/usertasks/{taskId}"
tags: ["Candidate API:UserTasks"]
---

# Update a candidate user task

`PUT /candidates/{candidateId}/usertasks/{taskId}`

## Path parameters

- `candidateId` integer, required
- `taskId` integer, required

## Request body

- UpdateCandidateUserTaskCommand
  - `title` string, nullable, required
  - `startAt` string, date-time, nullable
  - `endAt` string, date-time, nullable
  - `allDay` boolean
  - `assignees` integer[], nullable, required
  - `priority` integer
  - `candidates` integer[], nullable
  - `jobs` integer[], nullable
  - `placements` integer[], nullable
  - `companies` integer[], nullable
  - `contacts` integer[], nullable
  - `applications` integer[], nullable

## Response `200`

Candidate user task was successfully updated

## Other responses

- `201` — Created
- `404` — Candidate user task was not found
- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/versions/9f43f6a6ee6e/schema)
