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": "403da21d-beb4-4b92-91b4-674b18522624",
  "user_ids": [
    "38195c2c-45b8-42d3-aced-5ae0ce9b50bc",
    "f5695979-fd83-49dc-82b8-33cb10a78148"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.