NameDescriptionTypeAdditional information
Tag

The text that represents the tag, found after the #

string

None.

TagGroupName

The name of the containing tag group

string

None.

TagKey

The uniqueidentifier for the individual tag

globally unique identifier

None.

CanUseTag

Whether or not the current user can use this tag. Certain tags can be reserved by admins for admin use only. If this is true, then the user is allowed to use this tag in content. If false the user will not be able to use the tag, and the TagMarkup will be empty.

boolean

None.

IsTopicTag

Whether the tag is specifically used within the context of a topic community.

boolean

None.

TagMarkup

When creating/using a tag via the api, this full markup must be included in the body of the item in order for the api to resolve the text as a tag on the website. If no hashtag exists, you can use this default html in the body of an item <a class="user-content-hashtag" data-sign="#" data-tag-text="yourtagtext" data-tag-key="undefined" href="javascript:void(0)">#yourtagtext</a>

string

None.