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, using the user ID instead of the worker ID. The user must be 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.
This is a legacy endpoint. add-hirer-labels-to-worker-v1 should be used instead. Only use this if your system does not know the worker ID.
post/public/worker-profiles/hirer/add-hirer-labels-to-user-v1
Request body
Example request
{
"userId": 1,
"hirerLabels": [
"hirerLabels",
"hirerLabels"
]
}Response
The operation completed successfully.