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": "86db0b03-a981-420e-8e51-c6f4d7f1a765",
  "user_ids": [
    "59acf0fe-bfeb-4497-97ce-a2e437aeb3e6",
    "0cb1295d-9ab5-49e5-974d-59509ec537cb"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.