---
title: "Move Target to Another Team"
method: POST
path: "/targets/{id}/move-team/"
tags: ["Teams"]
---

# Move Target to Another Team

`POST /targets/{id}/move-team/`

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.

## Request body

- MoveTeam
  - `teams` ID[], required — Identifier of the team to move the targets to.
    - `id` string, required

## Response `200`

- SimpleTeam — Return serializer_class with all fields as read_only except key. The key is the field use to retrieve the object in `to_internal_value`. This is for the drf-spectacular documentation generation.
  - `id` string — A unique Base58 value identifying this object.
  - `name` string, required

## Other responses

- `400`
- `401`
- `404`
- `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)
