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": "a52dc154-e4f0-41e4-86f4-83e1263a69ce",
  "user_ids": [
    "0b0cb738-2802-434f-bb7b-1126f4cfe59c",
    "18ddbd53-995e-4266-862e-5f0251daaa24"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.