Create a user attribute
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.
name
Name of the user attribute.
description
Description of the user attribute.
defaultValue
Default value of the user attribute.
Response
The response body.
userAttributeId
Unique identifier of the user attribute.
name
Name of the user attribute.
createdBy
The identifier of the user who created this object.
updatedBy
The identifier of the user or process that last updated this object.
createdAt
When the object was created.
updatedAt
When the object was last updated.
description
Description of the user attribute.
defaultValue
Default value of the user attribute.

