Create a user attribute

View as MarkdownOpen in Claude
Create a new user attribute. An optional description and default value can be provided.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

The request body.
namestringRequired
Name of the user attribute.
descriptionstringOptional
Description of the user attribute.
defaultValueobjectOptional
Default value of the user attribute.

Response

The response body.
userAttributeIdstring
Unique identifier of the user attribute.
namestring
Name of the user attribute.
createdBystring
The identifier of the user who created this object.
updatedBystring
The identifier of the user or process that last updated this object.
createdAtdatetime
When the object was created.
updatedAtdatetime
When the object was last updated.
descriptionstring or null
Description of the user attribute.
defaultValueobject or null
Default value of the user attribute.