first_name
, last_name
and full_name
.
Only the person object has a name
attribute. Name attributes cannot be created by users.
Reading values
All three properties are present in responses:Writing values
Attio provides two syntaxes for writing name values, a string syntax and an object syntax. If possible, we recommend using the object syntax as it provides full control over the name values you create. When writing values using the object syntax, all three properties must be set.Filtering
You can filter by any of the properties, using these operators:$eq
$not_empty
$contains
,$starts_with
,$ends_with
full_name
, otherwise any combination of property/operator.