{ "operationId": "requestUserExport", "method": "POST", "path": "/api/v1/users/{userId}/exports/request", "summary": "Request user export", "description": "Request an archive of user data. An email is sent when the archive is ready.", "tags": [ "User Exports" ], "parameters": [ { "name": null, "in": null, "required": false, "description": "", "schema": {} } ], "requestBody": { "contentType": "application/json", "schema": { "type": "object", "properties": { "withVideoFiles": { "type": "boolean", "description": "Whether to include video files in the archive" } } }, "example": {} }, "responses": { "200": { "description": "successful operation", "examples": {} } } }