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": "fd6160fa-c8eb-4b40-b6dd-f3db98490960",
  "user_ids": [
    "868334c5-d7f1-4002-82e5-e14d823b37dd",
    "1f0a24f4-04f1-48dd-a168-80c9082e40ed"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.