task
Reassign an existing task to a different user
post/v1/org/{orgId}/task/{taskId}/reassign
Path parameters
orgIdstring required
Org identifier (either id or slug)
taskIdstring required
Task id
Request body
Example request
{
"userId": "588f7ee98f138b19220041a7"
}Response
task updated
Changes
No recorded changes to this endpoint across all 9 revisions of this API.