Post to your LinkedIn personal feed, comment on posts, react. BYOK OAuth 2.0 access tokens (60-day expiry). Read endpoints (get_post, list_my_posts, list_comments) require the restricted r_member_social scope (approved developers only). DMs and mentions require LinkedIn Partner Program approval.
| Action | Description | Parameters | Returns |
|---|---|---|---|
create_comment ⚠ | Post a comment on a LinkedIn post (PARTNER APPROVAL REQUIRED) | post_urn, actor, text | LinkedInComment |
create_post ⚠ | Publish a post to the authenticated user's LinkedIn feed | author, commentary [visibility, lifecycle_state, content] | LinkedInPost |
delete_post ⚠ | Delete a LinkedIn post you authored | urn | NoneType |
get_post | Get a single LinkedIn post by URN (RESTRICTED scope) | urn | LinkedInPost |
get_profile | Get the authenticated LinkedIn user's profile (OIDC userinfo) | — | LinkedInProfile |
list_comments | List comments on a LinkedIn post (RESTRICTED scope) | post_urn [count, start] | PaginatedList[LinkedInComment] |
list_my_posts | List the authenticated user's recent posts (RESTRICTED scope) | author [count, start] | PaginatedList[LinkedInPost] |
react_to_post ⚠ | React to a LinkedIn post (PARTNER APPROVAL REQUIRED) — LIKE / PRAISE / EMPATHY / INTEREST / APPRECIATION / ENTERTAINMENT | post_urn, actor [reaction_type] | NoneType |
Full schema explorer, code generation, and live API testing