Create a tag
POST
/v2/managed_users/:id/tags
Path parameters
idstringRequired
Embedded customer ID (external ID). Example: EA2300
.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
titlestringRequired
The title of the tag. Maximum of 30
characters.
descriptionstringOptional
The description of the tag. Maximum of 150
characters.
colorenumOptional
Tag color.
Response
Tag successfully created
dataobject or null