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

# LinkedIn Learning LMS Integration

> LinkedIn Learning connector for Kombo's LMS API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

The LinkedIn Learning LMS integration allows you to sync LMS data between LinkedIn Learning and your application through Kombo's unified API. The tool slug for this connector is `linkedinlearning`.

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/43515564390673-LinkedIn-Learning-LMS-How-do-I-link-my-account">
    Step-by-step instructions to connect your LinkedIn Learning account to Kombo.
  </Card>
</CardGroup>

## General Notes

* Changes to the data, as well as enrollments and user completions, only show up after 2 days.

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | work\_email         |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Skills">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Courses">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Course Revisions">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | course\_id          |       |
      | title               |       |
      | description         |       |
      | remote\_url         |       |
      | status              |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Course Progressions">
      | Field                | Notes |
      | -------------------- | ----- |
      | id                   |       |
      | remote\_id           |       |
      | changed\_at          |       |
      | remote\_deleted\_at  |       |
      | user\_id             |       |
      | course\_revision\_id |       |
      | status               |       |
      | enrolled\_at         |       |
      | completed\_at        |       |
      | remote\_data         |       |
    </Accordion>

    <Accordion title="Revision skills">
      | Field                | Notes |
      | -------------------- | ----- |
      | course\_revision\_id |       |
      | skill\_id            |       |
      | id                   |       |
      | changed\_at          |       |
      | remote\_deleted\_at  |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature         | Notes |
    | --------------- | ----- |
    | API Passthrough |       |
    | Scope Testing   |       |
    | Per Model Tests |       |
  </Tab>
</Tabs>
