v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Accounts

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

contactIdsinteger[] required

List of contact IDs

Response

Dictionary of failed items keyed by contact ID. Empty object {} means all succeeded.

Per-item error codes:

errorMeaning
1NotFound — contact does not exist
3InvalidInput — contact could not be added
object required