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

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

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

Bulk assign batch of documents to a review team member

    Params:
        document_ids: list[int]
        all: any value - update all documents if any value
        no_document_ids: list[int] - exclude those docs from action (if "all" is set)
        assignee_id: int
    Returns:
        int (number of reassigned documents)

## Path parameters

- `id` string, required

## Request body

- AssignProjectDocumentsRequest
  - `assignee_id` integer, nullable
  - `all` boolean
  - `document_ids` integer[]
  - `no_document_ids` integer[]

## 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)
