Set assignees

Replaces the task’s entire assignee set — this is a PUT, not a merge. Pass [] to clear all assignees.

On success the API returns 200 OK with the task id and changedtrue if the assignee set was modified, false if it already matched what you sent.

Path parameters

NameTypeRequiredDescription
taskIdstring (uuid)YesThe task to assign.

Request body

NameTypeRequiredDescription
(body)array of string (uuid)YesMember or resource ids. An unknown id is 400 invalid_assignee — nothing is applied.