ToolsConnect

Reconnect LinkedIn account

Start Unipile hosted auth to reconnect an existing LinkedIn seat.

Tool: reconnect_linkedin_account

Parameters

ParamTypeRequiredDescription
connected_account_idstring (slug or UUID)yesThe existing seat to reconnect. Alias: account_id.

Reuses the existing ConnectedAccount row (no duplicate seat).

Fails with not_found for an unknown id and validation_error when the seat has never completed auth (still pending).

Sample request

{
  "account_id": "jordan-sender-0001"
}

On this page