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": "a2ea0bca-60b2-47ba-a972-bab0af0315b5",
  "user_ids": [
    "cd35ee31-fa15-4218-9597-c5b1265a260e",
    "8f629163-568f-456b-a91a-80acb3c9b7d0"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.