Allocate tasks in bulk
Tasks
Allocate tasks in bulk
Allocate multiple tasks to a user in a single request. If no user_id is provided, tasks are allocated to the currently authenticated user.
POST
Allocate tasks in bulk
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
ids | Yes | Array of task IDs to allocate |
user_id | No | User ID to allocate tasks to. Defaults to the current authenticated user if omitted |
Behavior
- Allocates all specified tasks to the given (or current) user
- Sets status to ALLOCATED and records
assigned_atfor each task - Returns 204 No Content on success
- Returns 422 if any task cannot be allocated
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Operation completed successfully with no content to return

