contacts

Discard or restore people, in bulk

Mark named or picked people not a fit in one call with update.lifecycleStage "rejected", or bring them back with "contact"; the write lands on this conversation's own list, so never name one. A described rule is not a write: peek and propose with filter_contacts intent:"discard" or exceptContactIds.

patch/contacts/bulk

Query parameters

campaignIdstring

Scopes the write to one list. Omit it: a chat turn writes to the list of the conversation it is in.

Scopes the write to one list. Omit it: a chat turn writes to the list of the conversation it is in.

Request body

contactIdsstring[] required

Contact IDs to update

Response

Bulk update results

successtrue required
updatedinteger required
skippedinteger required
errorsstring[] required
creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.

Changes