Update task assignee
Tasks
Update Task Assignee
Change assignee for this task
POST
Update task assignee
Overview
Update the assignee of a specific task. This endpoint allows you to reassign tasks to different team members or unassign tasks.Path Parameters
The unique identifier of the task to update the assignee for.Example:
456Request Body
User ID of the person to assign this task to. Set to
null to unassign the task.Example: 5Optional comment to include in the assignment notification.Example:
"This task is high priority. Please review by EOD."Response
The unique identifier of the task.
The name of the task.
The ID of the project this task belongs to.
User ID of the person now assigned to this task.
The timestamp when the assignee was updated (ISO 8601 format).
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the task
Example:
456
Body
application/json
Response
Update assignee response