---
title: "Assign actions"
method: PUT
path: "/action/assignee"
---

# Assign actions

`PUT /action/assignee`

Set assignee for a list of actions.

## Request body

- SetAssignee
  - `action_ids` string[]
  - `assignee` string — The email of the user to assign the actions to.

## Response `200`

Assignee was updated for all requested actions.

- object
  - `success` boolean — Defines if the operation was successful.
  - `affectedActionsCount` number — The number of assigned actions.

## Other responses

- `400` — Bad request
- `401` — Invalid authentication
- `403` — Invalid authorization
- `404` — Not found
- `429` — Rate limit reached
- `500` — Internal error

---

[API](https://skmtc.dev/transmitsecurity/apis/client-actions.md) · [All operations](https://skmtc.dev/transmitsecurity/apis/client-actions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transmitsecurity/client-actions/revisions/8adcc6e67945/schema)
