Emails
The emails resource stores a customer’s emails.
Out of the box, customers can have only one email, which is their user name. If you create a new email for a registered customer, this changes the customer’s user name.
Read Emails
Read the customer’s list of emails.
Workflow
- Start with profile
GET
the link with rel: emails- Render the response
Read Email
Read an email from a list of the customer’s emails.
Workflow
- Start with emails
GET
the link with rel: element- Render the response
Response Fields
Type: emails.email
Name | Description | Type |
---|---|---|
The email address. | string |
Add Email
Add an email to a logged in customer. Out of the box, customers can have only one email, which is their user name. If you create a new email for a registered customer, this changes the customer’s user name.
Workflow
- Start with emails
GET
the link with rel: emailform- Fill out the form
POST
the form using the link with rel: createemailaction