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": "6fa32871-1494-4881-b0c9-8acc5ee18059",
  "user_ids": [
    "b3e8a9c5-0aaa-47b1-bcbf-53816b0a40ab",
    "03344d44-af15-4e7a-9171-9c617d60d1a1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.