APIs.io Engineering Platform · Schema
access_schemas-scim_config
Configuration for provisioning to this application via SCIM. This is currently in closed beta.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| authentication | object | |
| deactivate_on_delete | boolean | If false, we propagate DELETE requests to the target application for SCIM resources. If true, we only set `active` to false on the SCIM resource. This is useful because some targets do not support DEL |
| enabled | boolean | Whether SCIM provisioning is turned on for this application. |
| idp_uid | string | The UID of the IdP to use as the source for SCIM resources to provision to this application. |
| mappings | array | A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned. |
| remote_uri | string | The base URI for the application's SCIM-compatible API. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-scim_config",
"title": "access_schemas-scim_config",
"description": "Configuration for provisioning to this application via SCIM. This is currently in closed beta.",
"properties": {
"authentication": {
"oneOf": [
{
"$ref": "#/components/schemas/access_scim_config_authentication_http_basic"
},
{
"$ref": "#/components/schemas/access_scim_config_authentication_oauth_bearer_token"
},
{
"$ref": "#/components/schemas/access_scim_config_authentication_oauth2"
}
]
},
"deactivate_on_delete": {
"description": "If false, we propagate DELETE requests to the target application for SCIM resources. If true, we only set `active` to false on the SCIM resource. This is useful because some targets do not support DELETE operations.",
"type": "boolean"
},
"enabled": {
"description": "Whether SCIM provisioning is turned on for this application.",
"type": "boolean"
},
"idp_uid": {
"description": "The UID of the IdP to use as the source for SCIM resources to provision to this application.",
"type": "string"
},
"mappings": {
"description": "A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.",
"items": {
"$ref": "#/components/schemas/access_scim_config_mapping"
},
"type": "array"
},
"remote_uri": {
"description": "The base URI for the application's SCIM-compatible API.",
"type": "string"
}
},
"required": [
"remote_uri",
"idp_uid"
],
"type": "object"
}
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/apis-io-engineering-platform-access-schemas-scim-config"
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.