/meta/getAttributeDefinitions
  • 1 Minute to read
  • Dark
    Light

/meta/getAttributeDefinitions

  • Dark
    Light

Article summary

Get
/meta/getAttributeDefinitions

Returns a list of all active custom attributes that are defined for the users. Attributes with the status 'archived' or 'system' are not included in the list.

Responses
200

[{
"name": "NumberName",
"type": "NUMBER",
"enumerationValues": null,
"active": null },{
"name": "StringName",
"type": "STRING",
"enumerationValues": ["1"],
"active": null
}]

object
name
string
type
string
Valid values[ "BOOLEAN", "DATE", "NUMBER", "STRING" ]
enumerationValues
Array of string
string
active
boolean
Default"False"
400

Was this article helpful?