Stytch · Schema

api_sso_v1_Connection

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
organization_id string Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organi
connection_id string Globally unique UUID that identifies a specific External SSO Connection.
external_organization_id string Globally unique UUID that identifies a different Organization within your Project.
external_connection_id string Globally unique UUID that identifies a specific SSO connection configured for a different Organization in your Project.
display_name string A human-readable display name for the connection.
status string The status of the connection. External connections are always active.
external_connection_implicit_role_assignments array All Members who log in with this External connection will implicitly receive the specified Roles. See the [RBAC guide](https://stytch.com/docs/b2b/guides/rbac/role-assignment) for more information abo
external_group_implicit_role_assignments array Defines the names of the groups that grant specific role assignments. For each group-Role pair, if a Member logs in with this external connection and belongs to the specified group, they will be grant
View JSON Schema on GitHub

JSON Schema

stytch-api-sso-v1-connection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_sso_v1_Connection",
  "title": "api_sso_v1_Connection",
  "type": "object",
  "properties": {
    "organization_id": {
      "type": "string",
      "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience."
    },
    "connection_id": {
      "type": "string",
      "description": "Globally unique UUID that identifies a specific External SSO Connection."
    },
    "external_organization_id": {
      "type": "string",
      "description": "Globally unique UUID that identifies a different Organization within your Project."
    },
    "external_connection_id": {
      "type": "string",
      "description": "Globally unique UUID that identifies a specific SSO connection configured for a different Organization in your Project."
    },
    "display_name": {
      "type": "string",
      "description": "A human-readable display name for the connection."
    },
    "status": {
      "type": "string",
      "description": "The status of the connection. External connections are always active."
    },
    "external_connection_implicit_role_assignments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/api_sso_v1_ConnectionImplicitRoleAssignment"
      },
      "description": "All Members who log in with this External connection will implicitly receive the specified Roles. See the [RBAC guide](https://stytch.com/docs/b2b/guides/rbac/role-assignment) for more information about role assignment. Implicit role assignments are not supported for External connections if the underlying SSO connection is an OIDC connection. "
    },
    "external_group_implicit_role_assignments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/api_sso_v1_GroupImplicitRoleAssignment"
      },
      "description": "Defines the names of the groups\n that grant specific role assignments. For each group-Role pair, if a Member logs in with this external connection and\n belongs to the specified group, they will be granted the associated Role. See the\n [RBAC guide](https://stytch.com/docs/b2b/guides/rbac/role-assignment) for more information about role assignment."
    }
  },
  "required": [
    "organization_id",
    "connection_id",
    "external_organization_id",
    "external_connection_id",
    "display_name",
    "status",
    "external_connection_implicit_role_assignments",
    "external_group_implicit_role_assignments"
  ]
}

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/stytch-api-sso-v1-connection"
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.