---
title: "Generate Export of Duplicate Data Subjects"
method: GET
path: "/api/consentmanager/v1/export-duplicate-datasubject/{mergeRequestId}"
tags: ["Deduplicate Data Subjects"]
---

# Generate Export of Duplicate Data Subjects

`GET /api/consentmanager/v1/export-duplicate-datasubject/{mergeRequestId}`

Use this API to generate an export of duplicate data subjects. Once generated, the Duplicate Data Subjects export will be sent to the user specified in the request as an .xlsx file and can be downloaded from the OneTrust application.

> 🗒 Things to Know
> 
> - The [Create Scheduled Export](https://developer.onetrust.com/onetrust/reference/schedulemergerequestusingpost) API can be used to create scheduled exports of duplicate data subjects.
> - The [Merge Duplicate Data Subjects](https://developer.onetrust.com/onetrust/reference/mergedatasubjectusingpost) API can be used if data subjects should be merged upon review of the export.

## Path parameters

- `mergeRequestId` string, uuid, required

## Headers

- `userGuid` string, uuid, required

## Response `200`

OK - Successfully generated export.

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
