Update a person
PATCH
/v2/people/{personId}Request
Use this request to update or add details about a given person, such as their last name or their phone number. TheaccountId is required and any other parameters are optional, depending on what you want to update.
Path parameters
The ID of the person that you want to update.Allowable values: An existing
personId (≤ 36 characters)Request body schema
The ID of the account that you want to work with.Allowable values: An existing
accountId (≤ 36 characters)The person’s first name.Allowable values: ≤ 256 characters
The person’s last name.Allowable values: ≤ 256 characters
The person’s first name.Allowable values:
Master, Mr, Miss, Mrs, Ms, MxThe person’s middle initials.Allowable values: ≤ 10 characters
The person’s middle initials.Allowable values: YYYY-MM-DD
The person’s gender.Allowable values: ≤ 20 characters
The person’s nationality.Allowable values: ≤ 256 characters
The person’s country of residence.Allowable values: ≤ 256 characters
The person’s primary mobile phone number.Allowable values: ≤ 50 characters
The theme used in emails sent to this person.Allowable values:
em-light, em-darkWhether or not all the personas associated with this person have opted to receive emails.Allowable values:
true, falseResponse
If your request is successful, you’ll receive a200 response containing the updated details for this person.