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": "5eb6b99a-47ea-42cc-8db2-6e65dbb0c5e7",
  "user_ids": [
    "673fbce6-0ff0-4f41-9fe5-d4f9dcfff2ef",
    "8579e0ce-59f7-43a7-b472-a2275c37af39"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.