v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Tasks

Batch reassign tasks

<small>Requires the tasks:write scope (or a broader one that includes it).</small>

Reassigns multiple tasks to a user. The target user must be a member of the caller's team. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.

post/v3/tasks/batch/assign

Request body

idsinteger[] required

Task IDs to reassign (1-100).

userIdinteger required

User ID to assign the tasks to. Must be a member of the caller's team.

Response

Dictionary of failed items keyed by task ID. Empty object {} means all succeeded.

Possible per-item error codes:

codeMeaning
notFoundTask does not exist or caller lacks permission to assign it
object required