Adds an existing tag to a worker.
cURL
curl --request POST \ --url https://api.roostedhr.com/api/1_12/workers/{id}/tags/{tag_id} \ --header 'X-API-KEY: <api-key>'
200
Added tag
{ "id": "WzDHL", "text": "VIP" }
Worker ID
Tag ID
OK
A tag that can be assigned to workers.
Unique tag identifier.
"WzDHL"
The tag label.
"New Tag"