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": "e3e89de3-9387-44b1-b857-9ee10fee4d2d",
  "user_ids": [
    "8070b084-4bca-442f-8497-d95e3faa6a24",
    "561e7e16-42fa-4572-8909-12382aa5a234"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.