Update policyholder

📘

API Refs

This endpoint updates a policyholder's information. All fields in the request body are optional—include only the fields you want to update.

URI Parameters

NameTypeDescriptionRequired
idnumberThe policyholder IDyes

Request body

NameTypeDescriptionRequired
firstNamestringFirst name of the policyholder (max 255 characters)no
lastNamestringLast name of the policyholder (max 255 characters)no
emailstringPrimary contact email addressno
businessNamestringBusiness nameno

Example

{
  "email": "[email protected]",
  "businessName": "New Business Name"
}
📘

Note

Email addresses must remain unique within your account.