Skip to main content

UserAttributeValue

Specifies the value of a user attribute for a particular user.

Properties

NameTypeDescriptionNotes
editableboolA flag indicating if this user attribute value can be modified.[optional]
idstrThe UUID of this user attribute value set when the user attribute value is created.[optional]
last_updatedatetimeThe last time the attribute value was updated.[optional]
user_attributeUserAttribute[optional]
user_attribute_idstrThe UUID of the user attribute that defines this user attribute value. The userAttributeId must be provided when creating or modifying a user attribute value.[optional]
user_idstrThe UUID of the user to which this user attribute value belongs.[optional]
valuestrThe value for the user attribute.[optional]

Example