Lightdash · Schema

ScimUser

Lightdash ScimUser schema

Business IntelligenceAnalyticsdbtSemantic LayerOpen-SourceDashboardsData

Properties

Name Type Description
schemas array
id string
meta object
userName string
name object
active boolean
emails array
roles array
urn:lightdash:params:scim:schemas:extension:2.0:User object
View JSON Schema on GitHub

JSON Schema

lightdash-scimuser.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/lightdash/json-schema/lightdash-scimuser.json",
  "title": "ScimUser",
  "description": "Lightdash ScimUser schema",
  "properties": {
    "schemas": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "meta": {
      "properties": {
        "version": {
          "type": "string"
        },
        "location": {
          "type": "string"
        },
        "lastModified": {
          "type": "string",
          "format": "date-time"
        },
        "created": {
          "type": "string",
          "format": "date-time"
        },
        "resourceType": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "userName": {
      "type": "string"
    },
    "name": {
      "properties": {
        "familyName": {
          "type": "string"
        },
        "givenName": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "active": {
      "type": "boolean"
    },
    "emails": {
      "items": {
        "properties": {
          "primary": {
            "type": "boolean"
          },
          "value": {
            "type": "string"
          }
        },
        "required": [
          "value"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "roles": {
      "items": {
        "$ref": "#/components/schemas/ScimUserRole"
      },
      "type": "array"
    },
    "urn:lightdash:params:scim:schemas:extension:2.0:User": {
      "$ref": "#/components/schemas/LightdashScimExtension"
    }
  },
  "required": [
    "schemas",
    "id",
    "userName"
  ],
  "type": "object",
  "additionalProperties": true
}

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/lightdash-scimuser"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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