Kombo · Schema

PostHrisProvisioningGroupsGroupIdDiffRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Properties

Name Type Description
provisioned_users array Array of the already provisioned users in your system.
options object Options to customize what we return.
View JSON Schema on GitHub

JSON Schema

kombo-posthrisprovisioninggroupsgroupiddiffrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostHrisProvisioningGroupsGroupIdDiffRequestBody",
  "title": "PostHrisProvisioningGroupsGroupIdDiffRequestBody",
  "type": "object",
  "properties": {
    "provisioned_users": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "origin_id": {
            "type": "string",
            "description": "_Your_ ID for this user (_not_ an ID retrieved from Kombo)."
          },
          "email": {
            "type": "string",
            "description": "This user's email address.",
            "format": "email"
          }
        },
        "required": [
          "origin_id",
          "email"
        ]
      },
      "description": "Array of the already provisioned users in your system."
    },
    "options": {
      "type": "object",
      "properties": {
        "employee_fields": {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "id",
              "remote_id",
              "first_name",
              "last_name",
              "groups",
              "avatar",
              "work_location_id",
              "legal_entity_id"
            ]
          },
          "description": "The employee fields relevant for your use case."
        }
      },
      "required": [
        "employee_fields"
      ],
      "description": "Options to customize what we return."
    }
  },
  "required": [
    "provisioned_users",
    "options"
  ]
}

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/kombo-posthrisprovisioninggroupsgroupiddiffrequestbody"
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.