Document merged contacts behavior in Contacts API#454
Merged
Conversation
Clarify that contacts merged via POST /contacts/merge are not retrievable through the API. The source contact returns 404 on GET, is excluded from search results, and does not appear in list endpoints. Applied to all API versions (2.7-2.15 + Preview). Fixes intercom/intercom#453610 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace /reference/merge-a-lead-and-a-user relative links with plain text endpoint references (POST /contacts/merge) to stay consistent with the developer-docs companion PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
VedranZoricic
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
Customers using the Contacts API encounter unexpected 404 errors when retrieving contacts that have been merged, and merged contacts silently disappear from search and list results. This causes broken sync pipelines and confusion, as reported in:
The behavior is expected (merged contacts are soft-deleted) but was not documented in any of the affected endpoints.
How?
Add warning/info admonitions to the merge, get, list, and search contacts endpoint descriptions across all API versions (2.7–2.15 + Preview), explaining that merged source contacts return 404, are excluded from search, and don't appear in list results.
Companion to:
Generated with Claude Code