---
title: "PUT /assessments/{assessmentId}/batchAssociateToAssessmentReport"
method: PUT
path: "/assessments/{assessmentId}/batchAssociateToAssessmentReport"
---

# PUT /assessments/{assessmentId}/batchAssociateToAssessmentReport

`PUT /assessments/{assessmentId}/batchAssociateToAssessmentReport`

Associates a list of evidence to an assessment report in an Audit Manager assessment.

## Path parameters

- `assessmentId` string, required

## Request body

- object
  - `evidenceFolderId` string, required — The identifier for the folder that the evidence is stored in.
  - `evidenceIds` UUID[], required — The list of evidence identifiers.

## Response `200`

Success

- BatchAssociateAssessmentReportEvidenceResponse
  - `evidenceIds` UUID[] — The list of evidence identifiers.
  - `errors` AssessmentReportEvidenceError[] — A list of errors that the <code>BatchAssociateAssessmentReportEvidence</code> API returned.
    - `evidenceId` string — The identifier for the evidence.
    - `errorCode` string — The error code that was returned.
    - `errorMessage` string — The error message that was returned.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/auditmanager.md) · [All operations](https://skmtc.net/aws/apis/auditmanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/auditmanager/versions/27a1388d0f2a/schema)
