birthdate | String | Birthdate of the user in ISO 8601 format (YYYY-MM-DD). No timestamp. |
credit_score | Integer | Credit score of the user. |
email | String | Email address of the user. Max length 100. Must follow standard email formatting rules (user@domain.tld). |
first_name | String | First name of the user. Max length 50. |
gender | String | User gender: MALE or FEMALE. |
guid | String | Unique identifier for the user. Defined by MX. |
id | String | Partner-defined unique user identifier. Max length 1024. |
is_disabled | Boolean | Indicates whether the user is disabled from logging in. Defaults to false. |
is_excluded_from_analytics | Boolean | Indicates whether user is excluded from analytics. |
last_name | String | Last name of the user. Max length 50. |
metadata | String | Additional partner-defined user metadata. |
phone | String | Phone number of the user. Max length 15. |
zip_code | String | Postal code of the user (supported countries include US, Canada, Japan, etc.). |