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": "18920749-64ad-4dc8-964c-22ede09f3d46",
  "user_ids": [
    "b3578143-e41c-4824-9e59-246ffd20698e",
    "d85b26ea-17d0-4ff9-a996-c8c2cbd41835"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.