---
title: "Move Targets to Another Team"
method: POST
path: "/targets/bulk/move-team/"
tags: ["Teams"]
---

# Move Targets to Another Team

`POST /targets/bulk/move-team/`

## Request body

- BulkMoveTeam
  - `teams` ID[], required — Identifier of the team to move the targets to.
    - `id` string, required
  - `ids` string[], required — Identifiers of the targets to move, separated by commas.

## Response `200`

- BulkMoveTeam
  - `teams` ID[], required — Identifier of the team to move the targets to.
    - `id` string, required
  - `ids` string[], required — Identifiers of the targets to move, separated by commas.

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
