https://mailchimp.com/lists/{list_id}/members/{subscriber_hash}Update information for a specific list member.
The unique ID for the list.
The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id.
If skip_merge_validation is true, member data will be accepted without merge field values, even if the merge field is usually required. This defaults to false.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request PATCH \
--url 'https://mailchimp.com/lists/{list_id}/members/{subscriber_hash}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://mailchimp.com/lists/{list_id}/members/{subscriber_hash}Update information for a specific list member.
The unique ID for the list.
The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id.
If skip_merge_validation is true, member data will be accepted without merge field values, even if the merge field is usually required. This defaults to false.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request PATCH \
--url 'https://mailchimp.com/lists/{list_id}/members/{subscriber_hash}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}