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": "f42a66f1-cef7-4aa7-95b9-5f8d9b02358a",
  "user_ids": [
    "1ee4db98-1b81-4e57-ae69-bd3eadde63fc",
    "77d3afdf-23e4-46c4-97ea-266e58c78f79"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.