Create an assignment on a task

POST {{baseUrl}}/tasks/:taskId/assignments

Create an assignment on a task.

Request Body

{"assignments"=>[{"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}, {"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}], "includeGroupIds"=>false, "includeUserIds"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

""