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
Example request
{
"platformId": "linkedin-Tz9W5i6ZYG",
"parent": "urn:li:share:7123456789012345678",
"commentary": "Great read — sharing with my network!",
"visibility": "PUBLIC"
}Response
Reshare created
Example response
{
"success": true,
"reshare": {
"id": "urn:li:share:7123456789012345678"
}
}