---
title: "Assign a caseworker to one or more applications."
method: POST
path: "/api/v0/applications/assign"
tags: ["application"]
---

# Assign a caseworker to one or more applications.

`POST /api/v0/applications/assign`

## Headers

- `X-Service-Name` 'CIVIL_APPLY' | 'CIVIL_DECIDE', required

## Request body

- CaseworkerAssignRequest — Assign the supplied caseworker to one or more applications.
  - `caseworkerId` string, uuid, required
  - `applicationIds` string[], required
  - `eventHistory` EventHistory
    - `eventDescription` string

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ministryofjustice/apis/openapi-definition-2.md) · [All operations](https://skmtc.net/ministryofjustice/apis/openapi-definition-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-2/versions/ed2b830f0081/schema)
