PropelAuth · Schema

PropelAuth User

Schema for a PropelAuth user resource as returned by the backend User API.

AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPIKeys

Properties

Name Type Description
user_id string Stable PropelAuth user identifier.
email string
email_confirmed boolean
has_password boolean
username stringnull
first_name stringnull
last_name stringnull
picture_url stringnull
properties object Custom user properties.
metadata object Server-side opaque metadata.
locked boolean
enabled boolean
mfa_enabled boolean
can_create_orgs boolean
created_at integer Unix seconds.
last_active_at integernull Unix seconds.
update_password_required boolean
legacy_user_id stringnull
org_id_to_org_info object Map of org_id to per-org membership info.
View JSON Schema on GitHub

JSON Schema

propelauth-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/propelauth/propelauth-user-schema.json",
  "title": "PropelAuth User",
  "description": "Schema for a PropelAuth user resource as returned by the backend User API.",
  "type": "object",
  "required": ["user_id", "email"],
  "properties": {
    "user_id": { "type": "string", "format": "uuid", "description": "Stable PropelAuth user identifier." },
    "email": { "type": "string", "format": "email" },
    "email_confirmed": { "type": "boolean" },
    "has_password": { "type": "boolean" },
    "username": { "type": ["string", "null"] },
    "first_name": { "type": ["string", "null"] },
    "last_name": { "type": ["string", "null"] },
    "picture_url": { "type": ["string", "null"], "format": "uri" },
    "properties": { "type": "object", "additionalProperties": true, "description": "Custom user properties." },
    "metadata": { "type": "object", "additionalProperties": true, "description": "Server-side opaque metadata." },
    "locked": { "type": "boolean" },
    "enabled": { "type": "boolean" },
    "mfa_enabled": { "type": "boolean" },
    "can_create_orgs": { "type": "boolean" },
    "created_at": { "type": "integer", "description": "Unix seconds." },
    "last_active_at": { "type": ["integer", "null"], "description": "Unix seconds." },
    "update_password_required": { "type": "boolean" },
    "legacy_user_id": { "type": ["string", "null"] },
    "org_id_to_org_info": {
      "type": "object",
      "description": "Map of org_id to per-org membership info.",
      "additionalProperties": { "$ref": "#/$defs/OrgMembership" }
    }
  },
  "$defs": {
    "OrgMembership": {
      "type": "object",
      "properties": {
        "org_id": { "type": "string", "format": "uuid" },
        "org_name": { "type": "string" },
        "user_role": { "type": "string" },
        "inherited_user_roles_plus_current_role": {
          "type": "array",
          "items": { "type": "string" }
        },
        "user_permissions": {
          "type": "array",
          "items": { "type": "string" }
        }
      }
    }
  }
}

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/propelauth-user"
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.