{
"mailboxData": {
"mailboxId": "GP6M2J2DHXM3F2J40S8AP316R2QR",
"userName": "alice.doe",
"firstName": "Alice",
"lastName": "Doe"
}
}removeProfilePicture: true to clear the current profile picture.{
"mailboxData": {
"mailboxId": "GP6M2J2DHXM3F2J40S8AP316R2QR",
"removeProfilePicture": true
}
}Note: Profile data update is blocked if another update is already in progress for the same mailbox.
curl --location --request PATCH 'https://customers.coldmailreseller.com/api/v1/integration/mailboxes/update-mailbox-details?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"mailboxData": {
"mailboxId": "GP6M2J2DHXM3F2J40S8AP316R2QR",
"userName": "alice.doe",
"firstName": "Alice",
"lastName": "Doe",
"profilePicture": "https://cdn.example.com/avatar.jpg",
"removeProfilePicture": false
}
}'{
"status": 200,
"message": "Mailbox details will update shortly",
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}