PatchSubscriberRequestDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
firstNameJsonNullable<String>:heavy_minus_sign:First name of the subscriberJohn
lastNameJsonNullable<String>:heavy_minus_sign:Last name of the subscriberDoe
emailJsonNullable<String>:heavy_minus_sign:Email address of the subscriberjohn.doe@example.com
phoneJsonNullable<String>:heavy_minus_sign:Phone number of the subscriber+1234567890
avatarJsonNullable<String>:heavy_minus_sign:Avatar URL or identifierhttps://example.com/avatar.jpg
localeJsonNullable<String>:heavy_minus_sign:Locale of the subscriberen-US
timezoneJsonNullable<String>:heavy_minus_sign:Timezone of the subscriberAmerica/New_York
dataMap<String, Object>:heavy_minus_sign:Additional custom data associated with the subscriber