Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a new data field (custom user attribute) where information about users can be stored. With the standard setup, you are permitted to create a limited number of custom attributes with different data types.
Each custom user attribute has a unique name. If an attribute is no longer needed, it may be archived. Please contact your customer support representative if you need to delete an attribute.

Available from

v1

Request path

POST [REST URL]/meta/createAttributeDefinitions

Query Parameters

Parameter

Type

Description

None



Request Body Type

list of Attribute

Example body

[{
"name": "attributename",
"type": "STRING",
"enumerationValues":
[
"value1",
"value2",
"value3"
],
"active": "true"
}]


  • No labels