Skip to main content
POST
Add Worker Tag
This endpoint assigns an existing tag to a worker. To create a new tag, use the Create Worker Tag endpoint instead.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

tag_id
string
required

Tag ID

Response

OK

A tag that can be assigned to workers.

id
string
required

Unique tag identifier.

Example:

"WzDHL"

text
string
required

The tag label.

Example:

"New Tag"