Skip to main content
PUT
Update user attribute

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

id
number
required

Body

application/json

UserAttributeUpdateInput

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