Organization
A Kinde organization — a tenant container inside a Kinde business used for B2B multi-tenancy. Organizations have their own users, roles, permissions, feature-flag overrides, and (on Scale plans) per-org SSO and properties.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Stable organization code used as the org identifier (e.g. org_a1b2c3). |
| name | string | Human-readable organization name. |
| handle | stringnull | URL-safe slug for the organization. |
| external_id | stringnull | Optional external id from the customer's system of record. |
| is_default | boolean | Whether this is the business's default organization. |
| is_allow_registrations | boolean | Whether new users can self-register into this organization. |
| sender_name | stringnull | |
| sender_email | stringnull | |
| logo | stringnull | |
| color_scheme | stringnull | |
| created_on | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/kinde/organization",
"title": "Organization",
"description": "A Kinde organization — a tenant container inside a Kinde business used for B2B multi-tenancy. Organizations have their own users, roles, permissions, feature-flag overrides, and (on Scale plans) per-org SSO and properties.",
"type": "object",
"required": ["code"],
"properties": {
"code": {
"type": "string",
"description": "Stable organization code used as the org identifier (e.g. org_a1b2c3)."
},
"name": {
"type": "string",
"description": "Human-readable organization name."
},
"handle": {
"type": ["string", "null"],
"description": "URL-safe slug for the organization."
},
"external_id": {
"type": ["string", "null"],
"description": "Optional external id from the customer's system of record."
},
"is_default": {
"type": "boolean",
"description": "Whether this is the business's default organization."
},
"is_allow_registrations": {
"type": "boolean",
"description": "Whether new users can self-register into this organization."
},
"sender_name": {
"type": ["string", "null"]
},
"sender_email": {
"type": ["string", "null"],
"format": "email"
},
"logo": {
"type": ["string", "null"],
"format": "uri"
},
"color_scheme": {
"type": ["string", "null"]
},
"created_on": {
"type": ["string", "null"],
"format": "date-time"
}
}
}
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
curl "https://apis.io/api/v1/json-schemas/kinde-organization"
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.