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": "caf2e41f-70fe-4e4a-9fd5-74eca850a1c3",
  "user_ids": [
    "908d1ce2-9b52-46d7-ac16-04aadd7a0643",
    "f4e3cb59-2041-440d-8d90-37df80b2ae27"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.