enum

AttributeType

Defines supported types of user attribute values.
Valid values
string
Plain text value (single).
string_array
Array of plain text values.
encrypted_string
Encrypted plain text value.
encrypted_string_array
Encrypted array of plain text values.
number
Numeric value (single).
number_array
Array of numeric values.
encrypted_number
Encrypted numeric value.
encrypted_number_array
Encrypted array of numeric values.
boolean
Boolean value (true/false).
encrypted_boolean
Encrypted boolean value.
dropdown
Dropdown with predefined options.
encrypted_dropdown
Encrypted dropdown with predefined options.
date
Date value (e.g., YYYY-MM-DD).
encrypted_date
Encrypted date value.
date_time
Date and time value (e.g., 2024-01-01T12:00:00Z).
encrypted_date_time
Encrypted date and time value.
store_uid_array
Array of store IDs associated with the user.
platform_user_array
Array of platform user IDs (e.g., for relationships).
html_string
HTML-formatted string content.
image_url
URL pointing to a resource.