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": "bcd74176-f85e-4b03-869d-fd8f1e0ff58b",
  "user_ids": [
    "d034981c-1a8b-453f-bde2-f3906695bc5b",
    "cb0a2c3a-02fe-4fe3-bcf9-6ea2c2c34959"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.