created, updated, or deleted in the MX system.
| Field | Data Type | Definition |
|---|---|---|
birthday | String | The birthdate of user, represented in ISO 8601 format. |
credit_score | Integer | The credit score of the user. |
email | String | The email address of the user. |
email_is_verified | Boolean | This indicates whether the email has been verified. |
first_name | String | The first name of the user. |
gender | Integer | The gender of the user. Returns 0 for male and 1 for female. |
guid | String | The unique identifier for the user. Defined by MX. |
id | String | The unique partner-defined identifier for the user. |
is_disabled | Boolean | This indicates whether the user has been disabled. |
last_name | String | The last name of the user. |
logged_in_at | Integer | The date and time the user last logged in. Represented as a Unix Epoch datetime. |
metadata | String | Additional information a partner can store on the user. |
phone | String | The phone number of the user. |
phone_is_verified | Boolean | This indicates whether the phone number has been verified. |
postal_code | String | The postal code of the user. |
revision | Integer | The revision number for the user. |
JSON

