Individuals and Sole Traders

Update an individual account holder's email address

put/api/v2/account-holder/individual/email

Request body

emailstring email required

The new email address for the account holder

Example request

{
  "email": "dave.bowman@example.com"
}

Response

Successful operation