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": "d0fa47c8-5f90-4db5-8dee-09de90e49c1e",
  "user_ids": [
    "78130cf8-2a5b-4432-bd27-ea8802b2dd97",
    "3bfb4770-ad95-42f5-97f0-915806a134fd"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.