Get a user attribute
Get details for a specific user attribute.
### Usage notes
- Retrieve the **userAttributeId** by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
userAttributeId
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.

