Skip to main content

Developer tools

JumpCloud API

Build secure identity, device, and access management workflows with the JumpCloud API.

Browse API Reference
Example JumpCloud API request and response: GET /api/systemusers
GET /api/systemusers
{
  "results": [
    {
      "_id": "5f14e379abf74…",
      "username": "jane.doe",
      "email": "jane@example.com",
      "state": "ACTIVATED",
      "firstname": "Jane",
      "lastname": "Doe"
    }
  ],
  "totalCount": 42
}

Essentials

Core concepts and setup for working with JumpCloud APIs.

Guides

Step-by-step workflows for common JumpCloud API integration scenarios.

API reference

Explore JumpCloud API domains.

Tools & resources

Helpful developer resources for building with JumpCloud.