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": "4bf6821b-4b4d-48f7-9360-1cebcc84f891",
  "user_ids": [
    "d9f90cfc-58b8-415c-9fa8-3fa2402b4816",
    "b71ca247-0fd2-47d9-8f2d-37285a119dd2"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.