# JumpCloud

JumpCloud Connector - Sync users, groups, roles, and apps from JumpCloud

## Prerequisites

- A Mesh administrator account with permission to manage connectors.
- `org_id` (optional) — Organization ID, only needed for multi-tenant admin API keys
- Credentials for authentication: api_key (stored write-only).

## Authentication

**Method:** Bearer token

Mesh authenticates with a token (personal access token, API token, or bot token).

| Field | Required | Secret | Description |
| --- | --- | --- | --- |
| `api_key` | Yes | Yes (write-only) | JumpCloud API Key |

## Capabilities

<CapabilityMatrix
  capabilities={[
    { name: "Identity & entitlement sync", supported: true },
    { name: "Writeback / remediation", supported: false, notes: "Read-only" },
  ]}
/>

## Data model

_This information is not yet available from the connector schema._

## Setup

1. Gather the required value: `org_id`.
2. Create the required credentials in the source system: api_key.
3. In Admin → Connectors, add the connector and enter its configuration.
4. Save and run an initial collection.

## Troubleshooting

_This information is not yet available from the connector schema._
