> ## 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.

# Kombo Sandbox LMS Integration

> Kombo Sandbox connector for Kombo's LMS API

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

## 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         |       |
      | status              |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

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

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

    <Accordion title="Courses">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | provider\_id        |       |
      | 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="Actions">
    <Accordion title="Upsert courses">
      | Input Field                 | Notes |
      | --------------------------- | ----- |
      | items.origin\_id            |       |
      | items.course.type           |       |
      | items.course.title          |       |
      | items.course.description    |       |
      | items.course.course\_url    |       |
      | items.course.thumbnail\_url |       |
      | items.course.duration       |       |
      | items.course.languages      |       |
    </Accordion>

    <Accordion title="Deactivate course">
      | Input Field | Notes |
      | ----------- | ----- |
      | course\_id  |       |
    </Accordion>

    <Accordion title="Enroll user in course">
      | Input Field          | Notes |
      | -------------------- | ----- |
      | user\_id             |       |
      | course\_revision\_id |       |
    </Accordion>

    <Accordion title="Complete course">
      | Input Field             | Notes |
      | ----------------------- | ----- |
      | course\_progression\_id |       |
      | completed\_at           |       |
      | score                   |       |
    </Accordion>
  </Tab>

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

## Integration Variants

**Current connector:** Kombo Sandbox

For **Kombo Sandbox**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Kombo Sandbox ATS" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/ats/connectors/sandbox">
    Kombo Sandbox for the ATS category
  </Card>

  <Card title="Kombo Sandbox Assessment" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/assessment/connectors/sandbox">
    Kombo Sandbox for the Assessment category
  </Card>

  <Card title="Kombo Sandbox HRIS" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/hris/connectors/sandbox">
    Kombo Sandbox for the HRIS category
  </Card>
</CardGroup>
