POST/users/{userId}/contact-tags
Creates a specified member's user contact tag.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
contact
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| contactTagName | string | Tag name required maxLength : 30 |
example
1{2 "contactTagName": "user tag"3}OK
| Property | Type | Description |
|---|---|---|
| contactTagId | string | Contact tag ID readOnly : true |
| contactTagName | string | Tag name required maxLength : 30 |
| type | string | Tag type
Allowed values : COMPANY, USER readOnly : true |
| userId | string | User tag creator
readOnly : true |
example
1{2 "contactTagId": "ctaguser-94b6-4642-6903-03aa7977da69",3 "contactTagName": "user tag",4 "type": "USER"5}Bad Request
Forbidden