Attribute Update
An attribute update is the act of changing the value of a specific piece of information (an attribute) associated with a record, such as a user's phone number or department. The operation typically targets one or more named attributes, specifies what action to take, and supplies the new value. Depending on the system, rules may govern whether and how a given value can be changed.
An attribute update is an operation that modifies the value of one or more named attributes on an entity or record, identifying the attributes to change, the action to perform, and the new value(s) for each. Behavior varies by platform and configuration: some systems key updates to the originating source system so that a value contributed by one source cannot be overwritten by another, while others apply update-behavior settings (for example, updating only changed attributes versus all attributes) that determine which modifications are persisted. Based on the evidence provided, the term is used generically across data and entity-management APIs; its precise semantics, constraints, and validation rules are deployment- and vendor-dependent, and identity-specific governance implications (such as provisioning or source-of-authority handling) are out of scope here.
Why it matters
Attribute updates are the fundamental mechanism by which identity data stays accurate over time. A record is only as trustworthy as the values it carries, and details such as a phone number, department, or manager change constantly across the life of an identity. When updates fail, lag, or overwrite good data with bad, every downstream consumer of that attribute, access decisions, contact workflows, reporting, inherits the error. Getting the update operation right is therefore a precondition for reliable identity data, even before governance and enforcement concerns enter the picture.
The behavior of an update is not uniform, and that variability is where risk concentrates. Some platforms key updates to an originating source system, so that a value contributed by one source cannot be overwritten by another; per the Reltio documentation, if an existing attribute value is from source A, it may not be replaceable by an update representing a different source. Other systems expose update-behavior settings that determine which modifications actually persist. The OutSystems community discussion illustrates the practical consequence: with update behavior set to 'changed attributes,' certain modifications, such as changing a value to 0, were ignored, while switching to 'all attributes' caused the value to update as expected. Operators who assume an update always takes effect can be surprised when it silently does not.
Because the precise semantics, constraints, and validation rules are deployment- and vendor-dependent, teams should treat 'attribute update' as a generic operation whose real behavior must be verified against the specific platform in use. Identity-specific governance implications such as provisioning and source-of-authority handling are out of scope for this term, but the underlying update mechanics described here are what those higher-level processes ultimately depend on.
Who it's relevant to
Inside Attribute Update
Common questions
Answers to the questions practitioners most commonly ask about Attribute Update.