---
title: "POST /api/v1/project/projects/{id}/assign_document/"
method: POST
path: "/api/v1/project/projects/{id}/assign_document/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/assign_document/

`POST /api/v1/project/projects/{id}/assign_document/`

Bulk assign batch of documents to a review team member

    Params:
        document_id: int
        assignee_id: int
    Returns:
        bool (number of reassigned documents)

## Path parameters

- `id` string, required

## Request body

- AssignProjectDocumentRequest
  - `assignee_id` integer, nullable
  - `document_id` integer, nullable

## Response `200`

- CountSuccessResponse
  - `success` integer, nullable

## Other responses

- `404`

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
