Worker profiles, for hirers

Add 1 or more hirer labels to a worker.

Add 1 or more of the labels that the hirer has defined for workers, to a worker.

The labels do not have to exist already. If the label is unknown, it will be created.

If a label has already been added to a worker, this will not result in an error.

post/public/worker-profiles/hirer/add-hirer-labels-to-worker-v1

Request body

workerIdinteger required

The ID of the worker to which to add the hirer labels.

hirerLabelsstring[] required

The new or existing hirer labels that must be added to the worker.

The labels may not be blank: they may not be empty strings, nor consist only of whitespace characters.

Example request

{
  "workerId": 1,
  "hirerLabels": [
    "hirerLabels",
    "hirerLabels"
  ]
}

Response

The operation completed successfully.