Creates a new global tag and assigns it to the specified worker. The tag becomes available to assign to any worker.
POST
/
workers
/
{id}
/
tags
Create Worker Tag
curl --request POST \ --url https://api.roostedhr.com/api/1_12/workers/{id}/tags \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "text": "New Tag"}'
{ "id": "WzDHL", "text": "New Tag"}
This endpoint creates a new global tag and assigns it to the specified worker. Once created, the tag is available to assign to any worker via the Add Worker Tag endpoint.