Learn how to create, update, and get details about your customers and program participants.
Typical Input Data Fields
Field | Description |
---|---|
email (string) | The customer's unique email address. |
first_name (string) | The customer's first name. |
last_name (string) | The customer's last name. |
picture_url (string) | A URL pointing to a profile picture of the customer. |
partner_user_id (string) | Your unique identifier for the customer. |
Typical Response Data Fields
Field | Description |
---|---|
id (number) | Extole's unique identifier for the customer. |
partner_user_id (string) | Your unique identifier for the customer. |
email (string) | The customer's unique email address. |
first_name (string) | The customer's first name. This is used for personalization of share messages, reporting, and customer support. |
last_name (string) | The customer's last name. This is used for personalization of share messages, reporting, and customer support. |
profile_picture_url (string) | A URL pointing to a picture of the customer. This may be provided through another API call or may have been retrieved by the Extole profile service from the customer's public social profiles. |
parameters (array of strings) | A list of the profile parameters set against this customer. The Admin API returns both private and public parameters set against a customer. |