v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAccounts
Bulk add contacts to an account
<small>Requires the contacts:operate scope (or a broader one that includes it).</small>
Adds multiple contacts to the specified account. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.
post/v3/contact-accounts/{id}/contact-links/bulk
Path parameters
idinteger required
Account ID
Request body
Response
Dictionary of failed items keyed by contact ID. Empty object {} means all succeeded.
Per-item error codes:
| error | Meaning |
|---|---|
| 1 | NotFound — contact does not exist |
| 3 | InvalidInput — contact could not be added |
object required