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": "460aae8a-7992-4017-b4cc-6cc0728d16d3",
  "user_ids": [
    "c38d4d51-8c0e-4414-881a-ad90b0dc22e0",
    "98f5c0ca-f768-4d90-890e-4ae6c9a13172"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.