Auth0 · Schema
DirectoryProvisioning
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| connection_id | string | The connection's identifier |
| connection_name | string | The connection's name |
| strategy | string | The connection's strategy |
| mapping | array | The mapping between Auth0 and IDP user attributes |
| synchronize_automatically | boolean | Whether periodic automatic synchronization is enabled |
| synchronize_groups | object | |
| created_at | string | The timestamp at which the directory provisioning configuration was created |
| updated_at | string | The timestamp at which the directory provisioning configuration was last updated |
| last_synchronization_at | string | The timestamp at which the connection was last synchronized |
| last_synchronization_status | string | The status of the last synchronization |
| last_synchronization_error | string | The error message of the last synchronization, if any |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DirectoryProvisioning",
"title": "DirectoryProvisioning",
"type": "object",
"additionalProperties": false,
"required": [
"connection_id",
"connection_name",
"strategy",
"mapping",
"synchronize_automatically",
"created_at",
"updated_at"
],
"properties": {
"connection_id": {
"type": "string",
"description": "The connection's identifier"
},
"connection_name": {
"type": "string",
"description": "The connection's name"
},
"strategy": {
"type": "string",
"description": "The connection's strategy"
},
"mapping": {
"type": "array",
"description": "The mapping between Auth0 and IDP user attributes",
"minItems": 1,
"items": {
"$ref": "#/components/schemas/DirectoryProvisioningMappingItem"
}
},
"synchronize_automatically": {
"type": "boolean",
"description": "Whether periodic automatic synchronization is enabled"
},
"synchronize_groups": {
"$ref": "#/components/schemas/SynchronizeGroupsEnum",
"x-release-lifecycle": "EA"
},
"created_at": {
"type": "string",
"description": "The timestamp at which the directory provisioning configuration was created",
"format": "date-time"
},
"updated_at": {
"type": "string",
"description": "The timestamp at which the directory provisioning configuration was last updated",
"format": "date-time"
},
"last_synchronization_at": {
"type": "string",
"description": "The timestamp at which the connection was last synchronized",
"format": "date-time"
},
"last_synchronization_status": {
"type": "string",
"description": "The status of the last synchronization"
},
"last_synchronization_error": {
"type": "string",
"description": "The error message of the last synchronization, if any"
}
}
}
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/auth0-directoryprovisioning"
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.