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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
""