ToolsConnect
Reconnect LinkedIn account
Start Unipile hosted auth to reconnect an existing LinkedIn seat.
Tool: reconnect_linkedin_account
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
connected_account_id | string (slug or UUID) | yes | The existing seat to reconnect. Alias: account_id. |
Reuses the existing
ConnectedAccountrow (no duplicate seat).Fails with
not_foundfor an unknown id andvalidation_errorwhen the seat has never completed auth (stillpending).
Sample request
{
"account_id": "jordan-sender-0001"
}