Skip to main content
PUT
Put a connector already in your network into one of your connector slots. Connectors in a slot are re-ingested automatically by the connector-refresh automation, on its schedule, so their book stays current without anyone re-running the import.
A slot is a promise to spend. Every scheduled refresh imports each connector in a slot again, and an import spends credits per connector. Your plan bounds how many slots you have (limit in the answer); a workspace with no slots gets 403, a full roster gets 409.
Nothing happens at the moment you set the slot: no job starts, no credits are spent. The next fire of the schedule, or Run Connector Refresh, does the work. in_slot on List Connectors shows who is in one.

Path Parameters

string
required
The connector’s LinkedIn public identifier, as returned in linkedin_id by List Connectors. For https://www.linkedin.com/in/nicdelaye that is nicdelaye.

Response Fields

string
The connector you placed.
boolean
true after a PUT, false after a DELETE.
integer
Slots taken, this one included.
integer
Slots your plan allows.

Releasing a slot

DELETE on the same path takes the connector out. They stay in the network with every opportunity they have; only the automatic refresh stops. Idempotent, like the PUT.