> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkedIn

> 2 actions available for LinkedIn through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/linkedin/filled/png" alt="LinkedIn" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>LinkedIn</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>2 actions · 2 auth methods</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Messaging</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>HRIS</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0">
    Requires a LinkedIn Developer app with OpenID Connect and Share products enabled.

    Guides: [Connector Profile](/connectors/linkedin/guides/connector-profile/oauth-2-0), [Link Account](/connectors/linkedin/guides/link-account/oauth-2-0)
  </Card>

  <Card title="Access Token">
    Use a pre-obtained LinkedIn access token directly. Useful for testing or when managing tokens externally.

    Guides: [Connector Profile](/connectors/linkedin/guides/connector-profile/access-token), [Link Account](/connectors/linkedin/guides/link-account/access-token)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />

      <div className="connector-actions-scopes" data-connector-actions-scopes>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-scopes-toggle aria-expanded="false">
          <span>Scopes<span data-connector-actions-scopes-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-scope-search placeholder="Search scopes..." aria-label="Search scopes" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-scopes-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-scopes-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="openid" data-connector-actions-scope-filter />

            <span>openid</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="profile" data-connector-actions-scope-filter />

            <span>profile</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="w_member_social" data-connector-actions-scope-filter />

            <span>w\_member\_social</span>
          </label>

          <div className="connector-actions-scopes__empty" hidden>No scopes found</div>
        </div>
      </div>
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>2 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr 150px' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
        <div className="meta-library-grid-header-cell">Required scopes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="linkedin_create_post" data-action-label="Create Post" data-action-scopes="w_member_social">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Post</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="linkedin_create_post" aria-label="Copy linkedin_create_post"><code className="connector-page-code">linkedin\_create\_post</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new post on LinkedIn on behalf of the authenticated member.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="w_member_social" aria-label="Copy scope w_member_social"><code className="connector-page-code">w\_member\_social</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="linkedin_get_me" data-action-label="Get Current User" data-action-scopes="openid,profile">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Current User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="linkedin_get_me" aria-label="Copy linkedin_get_me"><code className="connector-page-code">linkedin\_get\_me</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the authenticated member's profile information including their user ID for constructing person URN.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="openid" aria-label="Copy scope openid"><code className="connector-page-code">openid</code></button><button type="button" className="connector-page-code-button" data-copy="profile" aria-label="Copy scope profile"><code className="connector-page-code">profile</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/linkedin/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/linkedin/filled/png" horizontal>
        LinkedIn - OAuth 2.0
      </Card>

      <Card title="Connector Profile" href="/connectors/linkedin/guides/connector-profile/access-token" icon="https://stackone-logos.com/api/linkedin/filled/png" horizontal>
        LinkedIn - Access Token
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/linkedin/guides/link-account/oauth-2-0" icon="https://stackone-logos.com/api/linkedin/filled/png" horizontal>
        LinkedIn - OAuth 2.0
      </Card>

      <Card title="Link Account" href="/connectors/linkedin/guides/link-account/access-token" icon="https://stackone-logos.com/api/linkedin/filled/png" horizontal>
        LinkedIn - Access Token
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
