Update a user attribute
Update the name, description, or default value of a user attribute. Only the fields included in the request are changed.
### Usage notes
- Retrieve the **userAttributeId** by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
- Sigma-managed user attributes, such as /`home_page/` cannot be renamed.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
userAttributeId
Unique identifier of the user attribute.
Request
The request body.
userAttributeName
Name of the user attribute.
description
Description of the user attribute.
defaultValue
Default value of the user attribute. Pass null to clear the current default value.
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.

