Stytch · Schema

Stytch B2B Member

A user (Member) inside a Stytch B2B Organization. Members carry roles, status, and references to the SSO / OAuth / Password factors used to authenticate them.

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
member_id string Stytch identifier for the member (prefix: member-).
organization_id string Identifier of the owning Organization.
email_address string
name string
status string
is_breakglass boolean If true, this member can bypass SSO-only enforcement (emergency access).
trusted_metadata object
untrusted_metadata object
mfa_enrolled boolean
mfa_phone_number string
roles array
email_address_verified boolean
created_at string
View JSON Schema on GitHub

JSON Schema

stytch-member-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stytch/main/json-schema/stytch-member-schema.json",
  "title": "Stytch B2B Member",
  "description": "A user (Member) inside a Stytch B2B Organization. Members carry roles, status, and references to the SSO / OAuth / Password factors used to authenticate them.",
  "type": "object",
  "required": ["member_id", "organization_id", "email_address", "status"],
  "properties": {
    "member_id": {
      "type": "string",
      "description": "Stytch identifier for the member (prefix: member-).",
      "examples": ["member-test-1a2b3c4d-5678-90ab-cdef-1234567890ab"]
    },
    "organization_id": {
      "type": "string",
      "description": "Identifier of the owning Organization."
    },
    "email_address": { "type": "string", "format": "email" },
    "name": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["active", "invited", "pending", "deleted"]
    },
    "is_breakglass": {
      "type": "boolean",
      "description": "If true, this member can bypass SSO-only enforcement (emergency access)."
    },
    "trusted_metadata": { "type": "object" },
    "untrusted_metadata": { "type": "object" },
    "mfa_enrolled": { "type": "boolean" },
    "mfa_phone_number": { "type": "string" },
    "roles": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "role_id": { "type": "string" },
          "sources": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "type": { "type": "string", "enum": ["direct_assignment", "sso_connection", "scim_connection", "email_assignment", "external_assignment"] },
                "details": { "type": "object" }
              }
            }
          }
        }
      }
    },
    "email_address_verified": { "type": "boolean" },
    "created_at": { "type": "string", "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.
All 92 tools →

Call it yourself

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