Skip to content

Create or Update Tag Response

typestring

value is "tag"

Example:"tag"
idstring

The id of the tag

Example:"123456"
namestring

The name of the tag

Example:"Test tag"
usersArray of objects or null

The users that were tagged or untagged.

Example:
[]
companiesArray of objects or null

The companies that were tagged or untagged.

Example:
[]
{ "type": "tag", "id": "123456", "name": "Test tag", "users": [], "companies": [] }