diff --git a/en/includes/guides/users/attributes/manage-attributes.md b/en/includes/guides/users/attributes/manage-attributes.md index b4aabccb5d..9500fec660 100644 --- a/en/includes/guides/users/attributes/manage-attributes.md +++ b/en/includes/guides/users/attributes/manage-attributes.md @@ -265,17 +265,48 @@ To configure properties of user attributes: 5. Attribute Data Types. - An attribute can be of one of the following data types: - - - **Text** A plain string value. - - **Options** A pre-defined list of selectable values. - - **Integer** Whole numbers (for example `1`, `42`, `-7`). - - **Decimal** Numbers that include decimals (for example `3.14`, `-0.5`). - - **Boolean** A true or false value. - - **Object** A structured object that can include multiple sub-attributes. - - **Date** Calendar date without time. Use ISO 8601 `YYYY-MM-DD` (for example `2025-10-01`). - - **DateTime** Date and time with timezone. Use ISO 8601 `YYYY-MM-DDTHH:mm:ssZ` or offset `YYYY-MM-DDTHH:mm:ss±HH:mm` (for example `2025-10-01T14:30:00+05:30`). - - **Epoch** Unix time since 1970-01-01 UTC. Use seconds or milliseconds as integers (for example `1730399400` or `1730399400000`). + An attribute supports one of the following data types: + +
| Text | +A plain string value. | +
| Options | +A pre-defined list of selectable values. | +
| Integer | +Whole numbers (for example 1, 42, -7). | 
+            
| Decimal | +Numbers that include decimals (for example 3.14, -0.5). | 
+            
| Boolean | +A true or false value. | +
| Object | +A structured object that can include several sub-attributes. | +
| Date | +Calendar date without time. Use ISO 8601 YYYY-MM-DD (for example 2025-10-01). | 
+            
| DateTime | +Date and time with timezone. Use ISO 8601 YYYY-MM-DDTHH:mm:ssZ or offset YYYY-MM-DDTHH:mm:ss±HH:mm (for example 2025-10-01T14:30:00+05:30). | 
+            
| Epoch | +Unix time since 1970-01-01 UTC. Use seconds or milliseconds as integers (for example 1730399400 or 1730399400000). | 
+