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": "2132ec91-72bf-4f89-8e63-a813bf0911e9",
  "user_ids": [
    "83030878-2f20-4c54-91cd-e8aa8ffe25e8",
    "a42a0cb1-4060-4720-9e01-ad4ffc6dfc20"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.