Agents
Add tags to an agent
Attaches one or more tags to the specified agent in batch.
Notes:
- tagNames must not be empty; up to 20 entries per call.
- When autoCreate is true, tag names not yet defined on the team are created; when false, unknown tag names cause the call to fail.
- The response envelope carries data = true and errorCode = 0 on success.
POST
Add tags to an agent
Path Parameters
User ID of the agent to tag.
Required range:
x >= 1Body
application/json
Response
Envelope indicating whether the batch add succeeded.
Response for POST /v1.0/agent/{agentId}/tag/add. Envelope that carries the batch result and an error code when the operation fails.