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": "75cdd444-a27f-44e4-9a4b-79d1aa994c00",
  "user_ids": [
    "f152b88a-5f59-48e3-a2f9-b6b629add8aa",
    "d51773c8-150c-49a4-a2c3-558cc8e08738"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.