---
title: "Request export of user data"
method: POST
path: "/api/v1/users/{userId}/export-data"
tags: ["Users"]
---

# Request export of user data

`POST /api/v1/users/{userId}/export-data`

Triggers a GDPR data export for the user. Limited to once per month. Required scope: `users:write` </br>Organization authorization: `supported`

## Path parameters

- `userId` integer, required

## Response `201`

Export request submitted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found
- `429` — Export already requested this month

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
