Skip to main content
POST
Create user attribute

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Body

application/json

UserAttributeCreateInput

name
string
required
Minimum string length: 1
type
enum<string>
required
Available options:
string,
number,
boolean,
string_array,
number_array
defaultValue
string | null
description
string | null
displayName
string | null

Response

200 - application/json
id
integer
required
name
string
required
type
enum<string>
required
Available options:
string,
number,
boolean,
string_array,
number_array
defaultValue
string | null
description
string | null
displayName
string | null