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": "d4afbec7-82b3-4f80-983e-265c67f8e071",
  "user_ids": [
    "ac0ee4e0-44a3-4d21-ab0b-49c6e4124feb",
    "75bd6cd3-3f37-411a-8123-dd5adeabbdf1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.