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": "e2d89c9c-38ca-48d6-818f-8e2f4e8df274",
  "user_ids": [
    "72ea9d28-df6c-43cb-b023-23e6887efbba",
    "82bd1511-2b26-4c30-a08e-a7a097cc078c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.