Properties
| Name | Type | Description |
|---|---|---|
| expires_on | object | |
| id | object | |
| invited_by | object | |
| invited_member_email | object | |
| invited_member_id | string | ID of the user to add to the organization. |
| invited_on | object | |
| organization_id | string | ID of the organization the user will be added to. |
| organization_name | string | Organization name. |
| roles | array | Roles to be assigned to this user. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_base",
"title": "iam_base",
"properties": {
"expires_on": {
"$ref": "#/components/schemas/iam_schemas-expires_on"
},
"id": {
"$ref": "#/components/schemas/iam_invite_components-schemas-identifier"
},
"invited_by": {
"$ref": "#/components/schemas/iam_invited_by"
},
"invited_member_email": {
"$ref": "#/components/schemas/iam_invited_member_email"
},
"invited_member_id": {
"description": "ID of the user to add to the organization.",
"example": "5a7805061c76ada191ed06f989cc3dac",
"maxLength": 32,
"nullable": true,
"readOnly": true,
"type": "string"
},
"invited_on": {
"$ref": "#/components/schemas/iam_invited_on"
},
"organization_id": {
"description": "ID of the organization the user will be added to.",
"example": "5a7805061c76ada191ed06f989cc3dac",
"maxLength": 32,
"readOnly": true,
"type": "string"
},
"organization_name": {
"description": "Organization name.",
"example": "Cloudflare, Inc.",
"maxLength": 100,
"readOnly": true,
"type": "string"
},
"roles": {
"description": "Roles to be assigned to this user.",
"items": {
"$ref": "#/components/schemas/iam_schemas-role"
},
"type": "array"
}
},
"required": [
"invited_member_id",
"organization_id"
],
"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-iam-base"
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.