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": "823f193e-22d8-4778-bea4-9cf7214f6984",
  "user_ids": [
    "ec23e40c-0bd5-4dbb-bc0e-dc79bfa89bf3",
    "3f2367c7-203f-43d0-b20c-21a30cf2e084"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.