This endpoint allows you to export user data in various formats. Below are the details:
📦 Supported Formats
- CSV
- JSON
- Excel
🛠 Request Method
- GET request to
/en/users/export
⚙ Parameters
format
: Specify the export type (e.g.,csv
,json
)filter
: Optional query to narrow data scope (e.g.,role=admin
)
📌 Example
GET /en/users/export?format=json HTTP/1.1
Host: yourdomain.com
⚠ Security
- Always ensure secure authentication before accessing this route.
- Refer to our Privacy Policy for data handling guidelines.
For advanced usage, check the Export Documentation 📄.