---
title: "Copy Shared Assignment"
method: POST
path: "/teacher/assignments/shared/{share_token}/copy"
tags: ["teacher_assignments"]
---

# Copy Shared Assignment

`POST /teacher/assignments/shared/{share_token}/copy`

Copy a shared assignment to the current teacher's class.

## Path parameters

- `share_token` string, required

## Request body

- CopySharedAssignmentRequest
  - `class_id` string, required
  - `start_date` string, date-time, nullable
  - `due_date` string, date-time, nullable

## Response `200`

Successful Response

- RoutersExerciseAssignmentsBasicResponse
  - `status` string, required
  - `message` string, required
  - `assignment_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
