Upload Workers CSV
POST/v1/api/productivity/workers/csv
Bulk uploads workers from a CSV file.
Auth Required
Rate Limit: 20 requests per hour
Required Permissions:
productivity.settings:write("Productivity Settings Write") ORproductivity.workers:write("Productivity Workers Write")
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Workers uploaded successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Too Many Requests - Rate limit exceeded (20 per hour)
Internal Server Error