PropelAuth · Schema
PropelAuth Organization
Schema for a PropelAuth organization (tenant) as returned by the backend Org API.
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPIKeys
Properties
| Name | Type | Description |
|---|---|---|
| org_id | string | |
| name | string | |
| url_safe_org_name | string | |
| is_saml_configured | boolean | |
| is_saml_in_test_mode | boolean | |
| max_users | integernull | |
| metadata | object | |
| domain | stringnull | |
| domain_autojoin | boolean | |
| domain_restrict | boolean | |
| legacy_org_id | stringnull | |
| custom_role_mapping_name | stringnull | |
| can_setup_saml | boolean | |
| created_at | integer | Unix seconds. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/propelauth/propelauth-org-schema.json",
"title": "PropelAuth Organization",
"description": "Schema for a PropelAuth organization (tenant) as returned by the backend Org API.",
"type": "object",
"required": ["org_id", "name"],
"properties": {
"org_id": { "type": "string", "format": "uuid" },
"name": { "type": "string" },
"url_safe_org_name": { "type": "string" },
"is_saml_configured": { "type": "boolean" },
"is_saml_in_test_mode": { "type": "boolean" },
"max_users": { "type": ["integer", "null"] },
"metadata": { "type": "object", "additionalProperties": true },
"domain": { "type": ["string", "null"] },
"domain_autojoin": { "type": "boolean" },
"domain_restrict": { "type": "boolean" },
"legacy_org_id": { "type": ["string", "null"] },
"custom_role_mapping_name": { "type": ["string", "null"] },
"can_setup_saml": { "type": "boolean" },
"created_at": { "type": "integer", "description": "Unix seconds." }
}
}
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/propelauth-org"
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.