Clerk · Schema

Clerk Organization

Clerk Organization object.

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOpenID ConnectOrganizationPasskeysSAMLSecuritySessionsSSOUser Management

Properties

Name Type Description
object string
id string
name string
slug string
image_url string
has_image boolean
members_count integer
missing_member_with_elevated_permissions boolean
pending_invitations_count integer
max_allowed_memberships integer
admin_delete_enabled boolean
public_metadata object
private_metadata object
created_by string
created_at integer Unix timestamp of creation.
updated_at integer Unix timestamp of last update.
last_active_at integer Unix timestamp of last activity.
role_set_key string The key of the [role set](https://clerk.com/docs/guides/organizations/control-access/role-sets) assigned to this organization.
View JSON Schema on GitHub

JSON Schema

clerk-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/clerk-com/main/json-schema/clerk-organization-schema.json",
  "title": "Clerk Organization",
  "description": "Clerk Organization object.",
  "type": "object",
  "properties": {
    "object": {
      "type": "string",
      "enum": [
        "organization"
      ]
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "has_image": {
      "type": "boolean"
    },
    "members_count": {
      "type": "integer"
    },
    "missing_member_with_elevated_permissions": {
      "type": "boolean"
    },
    "pending_invitations_count": {
      "type": "integer"
    },
    "max_allowed_memberships": {
      "type": "integer"
    },
    "admin_delete_enabled": {
      "type": "boolean"
    },
    "public_metadata": {
      "type": "object",
      "additionalProperties": true
    },
    "private_metadata": {
      "type": "object",
      "additionalProperties": true
    },
    "created_by": {
      "type": "string"
    },
    "created_at": {
      "type": "integer",
      "format": "int64",
      "description": "Unix timestamp of creation.\n"
    },
    "updated_at": {
      "type": "integer",
      "format": "int64",
      "description": "Unix timestamp of last update.\n"
    },
    "last_active_at": {
      "type": "integer",
      "format": "int64",
      "description": "Unix timestamp of last activity.\n"
    },
    "role_set_key": {
      "type": "string",
      "description": "The key of the [role set](https://clerk.com/docs/guides/organizations/control-access/role-sets) assigned to this organization.\n",
      "nullable": true
    }
  },
  "required": [
    "object",
    "id",
    "name",
    "slug",
    "has_image",
    "max_allowed_memberships",
    "admin_delete_enabled",
    "public_metadata",
    "created_at",
    "updated_at"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/clerk-organization"
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.