v1
latestOpenAPI 3.0.32026-07-14490228.1 KBCreate Attribute
This endpoint creates a new attribute and associates it with the client.
post/attributes
Request body
Response
201
Example response
{
"id": 100,
"name": "Email Address",
"type": "string",
"scope": "client",
"length": 100,
"values_type": "open",
"status": "active",
"subtype": "string"
}