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": "63d41d77-fd64-4869-a003-0d37ec3acced",
  "user_ids": [
    "d44cab63-25bb-458d-86fe-64495c997e3f",
    "6e6e3fa5-9768-4742-bb91-14fd669b12b5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.