---
title: "Bulk Move Cards to Another Group"
method: POST
path: "/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/move/bulk"
tags: ["Card Management in Card Hierarchy Groups"]
---

# Bulk Move Cards to Another Group

`POST /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/move/bulk`

This operation moves multiple cards to a different group within the same card hierarchy.

## Path parameters

- `cardHierarchyId` string, biginteger, required
- `groupId` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Request body

- BulkMoveCardsToCardHierarchyGroupV1Request
  - `newGroupId` string, biginteger, required — Id of the new card hierarchy group
  - `cardIds` string[], required

## Response `204`

Successful move of the cards to another card hierarchy group

## Other responses

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

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
