JumpCloud
Cloud-based directory platform for identity, access, and device management
Actions
| Name | Description |
|---|---|
list_system_usersList all system users in your JumpCloud organization | List all system users in your JumpCloud organization |
get_system_userGet a specific system user by ID | Get a specific system user by ID |
list_systemsList all systems (devices) in your JumpCloud organization | List all systems (devices) in your JumpCloud organization |
list_user_groupsList all user groups in your JumpCloud organization | List all user groups in your JumpCloud organization |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'jumpcloud',
actionName: 'list_system_users',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect JumpCloud to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does JumpCloud support?
JumpCloud supports 4 actions including List System Users, Get System User, List Systems, List User Groups.
Can I use JumpCloud with AI agents?
Yes. Add JumpCloud to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does JumpCloud use?
JumpCloud uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the JumpCloud integration cost?
The JumpCloud integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect JumpCloud in 2 minutes
Get 1,000 free actions every month. No credit card required.