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": "40d38064-2939-457d-8b6e-a9edfd956170",
  "user_ids": [
    "71ca7ded-f439-4bf1-828e-66b2c612fafb",
    "4e5d9941-14f3-4470-bc53-ba10a5c67988"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.