LinkedIn Analytics

Reshare an existing LinkedIn post

Reshare (repost) an existing LinkedIn post to your own feed with optional commentary. Works for personal and company-page connections (authored as the member or the organization automatically).

post/linkedin-reshare

Request body

platformIdstring required

LinkedIn connection ID

parentstring required

URN of the post to reshare (urn:li:share:* or urn:li:ugcPost:*)

commentarystring

Optional text added above the reshare (max 3000 characters)

visibility'PUBLIC' | 'CONNECTIONS'

Optional visibility (case-insensitive). Defaults to PUBLIC. CONNECTIONS is personal-profile-only; organization/company-page reshares must use PUBLIC.

Example request

{
  "platformId": "linkedin-Tz9W5i6ZYG",
  "parent": "urn:li:share:7123456789012345678",
  "commentary": "Great read — sharing with my network!",
  "visibility": "PUBLIC"
}

Response

Reshare created

successboolean

Example response

{
  "success": true,
  "reshare": {
    "id": "urn:li:share:7123456789012345678"
  }
}

Changes