Force a job going to WorkshopInQueue and will assign to user in the list

Request Information

URI Parameters :

None.

Body Parameters :

jobs_workshop_in_queue
NameDescriptionTypeAdditional information
jobs_id

Job id

globally unique identifier
user_ids

List of User Id

Collection of globally unique identifier

Request Formats :

application/json, text/json

Sample:
{
  "jobs_id": "0260b8b8-80d4-46c5-9116-293c711bb9ac",
  "user_ids": [
    "525a63a4-b59b-4d3b-9061-932871c7557f",
    "165485a4-d50e-492a-9186-52bef7a7e87b"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.