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": "1631a41d-e7d7-48db-a168-912b1d5e5ff7",
  "user_ids": [
    "a6da6f83-656e-4bbe-9fd8-6a6805140726",
    "467da084-aa64-44e1-939e-8d591c93b650"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.