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": "9412e39a-1b82-43f2-9e29-b0ee2f69f22a",
  "user_ids": [
    "188974ca-b1b5-4ee8-b15c-de9d0d1e53db",
    "f7417fd1-03e2-4853-bc38-43639341891f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.