Swimlane · Schema

Swimlane User

A user account within the Swimlane platform.

SOARSecurity OrchestrationAutomationIncident ResponsePlaybooksCase ManagementSecurity OperationsAgentic AI

Properties

Name Type Description
id string Unique user identifier
displayName string User display name shown in the UI
email string User email address
userName string Username used for login
roles array List of role identifiers assigned to the user
groups array List of group identifiers the user belongs to
isAdmin boolean Whether the user has administrator privileges
active boolean Whether the user account is active
disabled boolean Whether the user account is disabled
View JSON Schema on GitHub

JSON Schema

swimlane-user.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/swimlane/main/json-schema/swimlane-user.json",
  "title": "Swimlane User",
  "description": "A user account within the Swimlane platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique user identifier"
    },
    "displayName": {
      "type": "string",
      "description": "User display name shown in the UI"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "User email address"
    },
    "userName": {
      "type": "string",
      "description": "Username used for login"
    },
    "roles": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of role identifiers assigned to the user"
    },
    "groups": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of group identifiers the user belongs to"
    },
    "isAdmin": {
      "type": "boolean",
      "description": "Whether the user has administrator privileges"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the user account is active"
    },
    "disabled": {
      "type": "boolean",
      "description": "Whether the user account is disabled"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/swimlane-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.