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": "74dd3bce-f7ef-4601-a7df-1868ebc743c5",
  "user_ids": [
    "e6e43cad-e637-4779-96b1-9ab976de7afe",
    "9ce4a160-45ac-45f1-9f6b-64f2a8446742"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.