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": "72823507-9b6f-45a3-908f-9fdbae9292fa",
  "user_ids": [
    "b6ed31e7-97fc-4abf-adff-164ec44e5fed",
    "2016df95-9541-4147-981c-d57697a9b341"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.