User Fields
| Field Name | Data Type | Description |
|---|---|---|
birthdate | String | The birthdate of the user. ISO 8601 format, without a timestamp. (YYYY-MM-DD). |
credit_score | Integer | The credit score of the user. |
email | String | Email address of the user. Max length is 100. When set with Create User, this must adhere to the following format and rules: {user_name}@{domain}.{top_level_domain}.
|
first_name | String | The first name of the user. Max length is 50. |
gender | String | One of MALE or FEMALE. |
guid | String | The unique identifier for the user. Defined by MX. |
id | String | The unique partner-defined identifier for the user. It must be unique for all users belonging to a client. Can include numbers, letters, dash, and underscore. Max length is 1024. |
is_disabled | Boolean | This indicates whether a user is disabled from logging in. Defaults to false. |
is_excluded_from_analytics | Boolean | Flag indicating whether the user should be excluded from analytics activities. |
last_name | String | The last name of the user. Max length is 50. |
metadata | String | Additional information a partner can store on the user. |
phone | String | Phone number of the user. Max length is 15. |
zip_code | String | The postal code of the user. Postal codes from the following countries are supported: Canada, Indonesia, Japan, Malaysia, Philippines, South Korea, Thailand, United States, Vietnam. |