Kombo · Schema
PostHrisProvisioningGroupsGroupIdDiffPositiveResponse
ATSEmbedded iPaaSHRISLMSPayrollUnified-API
Properties
| Name | Type | Description |
|---|---|---|
| status | string | |
| data | object | The users to provision, deprovision, and optionally update. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PostHrisProvisioningGroupsGroupIdDiffPositiveResponse",
"title": "PostHrisProvisioningGroupsGroupIdDiffPositiveResponse",
"type": "object",
"properties": {
"status": {
"type": "string",
"const": "success"
},
"data": {
"type": "object",
"properties": {
"users": {
"type": "object",
"properties": {
"to_provision": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": [
"string",
"null"
],
"pattern": "^(?!\\.)(?!.*\\.\\.)([\\w'+-.]*)[\\w+-]@([\\da-z][\\da-z-]*\\.)+[a-z]{2,}$",
"description": "The email address of the user."
},
"employee": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"remote_id": {
"type": [
"string",
"null"
]
},
"first_name": {
"type": [
"string",
"null"
]
},
"last_name": {
"type": [
"string",
"null"
]
},
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"remote_id": {
"type": [
"string",
"null"
]
},
"name": {
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"remote_id",
"name"
]
}
},
"avatar": {
"type": [
"string",
"null"
]
},
"work_location_id": {
"type": [
"string",
"null"
]
},
"legal_entity_id": {
"type": [
"string",
"null"
]
}
},
"description": "The field of the underlying employee (which ones are included depends on the `employee_fields` array you supplied)."
}
},
"required": [
"email",
"employee"
]
},
"description": "The users we've found in the HR systems who match the provisioning filters but haven't been provisioned in your system yet."
},
"to_deprovision": {
"type": "array",
"items": {
"type": "object",
"properties": {
"origin_id": {
"type": "string",
"description": "_Your_ ID for this user (that you submitted through `origin_id`)."
},
"email": {
"type": "string",
"description": "The email address of the user.",
"format": "email"
}
},
"required": [
"origin_id",
"email"
]
},
"description": "The users who've been provisioned in your system but couldn't be found in the HR system or don't match the provisioning filters."
},
"already_provisioned": {
"type": "array",
"items": {
"type": "object",
"properties": {
"origin_id": {
"type": "string",
"description": "_Your_ ID for this user (that you submitted through `origin_id`)."
},
"email": {
"type": "string",
"description": "The email address of the user.",
"format": "email"
},
"employee": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"remote_id": {
"type": [
"string",
"null"
]
},
"first_name": {
"type": [
"string",
"null"
]
},
"last_name": {
"type": [
"string",
"null"
]
},
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"remote_id": {
"type": [
"string",
"null"
]
},
"name": {
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"remote_id",
"name"
]
}
},
"avatar": {
"type": [
"string",
"null"
]
},
"work_location_id": {
"type": [
"string",
"null"
]
},
"legal_entity_id": {
"type": [
"string",
"null"
]
}
},
"description": "The field of the underlying employee (which ones are included depends on the `employee_fields` array you supplied)."
}
},
"required": [
"origin_id",
"email",
"employee"
]
},
"description": "The users who are in the HR system and match the provisioning filters but have already been provisioned in your system."
}
},
"required": [
"to_provision",
"to_deprovision",
"already_provisioned"
]
}
},
"required": [
"users"
],
"description": "The users to provision, deprovision, and optionally update."
}
},
"required": [
"status",
"data"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kombo-posthrisprovisioninggroupsgroupiddiffpositiveresponse"
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.