---
title: "Create a case work (multi)"
method: POST
path: "/cases/multi/works"
tags: ["Cases"]
deprecated: true
---

# Create a case work (multi)

`POST /cases/multi/works`

> **Deprecated.**

<Callout type="warning" title="Deprecated Warning">
  This endpoint is deprecated in favor of using Investigations.
</Callout>

Enables an agent to take action on multiple cases at once. There are four types of actions that can be taken on a bulk level: `assignment_created` (assigning a user to the cases), `assignment_removed` (unassigning a user to the cases), `status` (changing the statuses), and `closure` (closing the cases).

## Response `201`

Case

- object
  - `message` string
  - `updated-cases` string[] — An array of case tokens that were successfully updated

---

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