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

Description

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.

Available from

v1

Request path

GET [REST URL]/meta/getAttributeDefinitions

Query Parameters

Parameter

Type

Description

None



Example response

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