Update LinkedIn Post
linkedin_update_postUpdate the text or visibility of an existing LinkedIn post that you authored. Modify commentary without changing attachments.
Instructions
Update the text or visibility of an existing LinkedIn post.
Only the author of the post can update it. Note that LinkedIn only allows updating the commentary (text) and visibility after posting — content attachments (images, articles) cannot be changed post-publish.
Requires scope: w_member_social (member posts) or w_organization_social (org posts)
Args:
post_urn (string): URN of the post to update (e.g., 'urn:li:share:7123456789')
text (string): New text content (1–3000 characters)
visibility ('PUBLIC' | 'CONNECTIONS' | 'LOGGED_IN', optional): New visibility setting
Returns: Confirmation message on success.
Error Handling:
403 if you are not the author of the post
404 if the post does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_urn | Yes | URN of the post to update (e.g., 'urn:li:share:7123456789') | |
| text | Yes | New text content for the post (max 3000 characters) | |
| visibility | No | Updated visibility. Omit to keep the existing value. |