The
/user/download/csv
endpoint allows users to download their data in CSV format.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
userIds | array | An array of user IDs to download data for. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
userIds | array | ✅ | An array of user IDs to download data for |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
⚠️ 404 - Not Found
❌ 500 - Internal Server Error
Tags
User
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
An array of user IDs to download data for
Response
Success
The response is of type object
.