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: 456
Request Body
User ID of the person to assign this task to. Set to null to unassign the task.Example: 5
Optional 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 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the task
User ID of the person to assign this task to
Optional comment about the assignment change
Example:"This task is high priority. Please review by EOD."