Auth0 · Schema

UserIdentity

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
connection string Connection name of this identity.
user_id object user_id of this identity.
provider string Type of identity provider.
profileData object
isSocial boolean Whether the identity provider is a social provider (true) or not (false).
access_token string IDP access token returned if scope `read:user_idp_tokens` is defined.
access_token_secret string IDP access token secret returned only if `scope read:user_idp_tokens` is defined.
refresh_token string IDP refresh token returned only if scope `read:user_idp_tokens` is defined.
View JSON Schema on GitHub

JSON Schema

auth0-useridentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserIdentity",
  "title": "UserIdentity",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "provider",
    "user_id",
    "connection"
  ],
  "properties": {
    "connection": {
      "type": "string",
      "description": "Connection name of this identity.",
      "default": "twitter"
    },
    "user_id": {
      "$ref": "#/components/schemas/UserId",
      "description": "user_id of this identity."
    },
    "provider": {
      "type": "string",
      "description": "Type of identity provider.",
      "default": "twitter"
    },
    "profileData": {
      "$ref": "#/components/schemas/UserProfileData"
    },
    "isSocial": {
      "type": "boolean",
      "description": "Whether the identity provider is a social provider (true) or not (false)."
    },
    "access_token": {
      "type": "string",
      "description": "IDP access token returned if scope `read:user_idp_tokens` is defined."
    },
    "access_token_secret": {
      "type": "string",
      "description": "IDP access token secret returned only if `scope read:user_idp_tokens` is defined."
    },
    "refresh_token": {
      "type": "string",
      "description": "IDP refresh token returned only if scope `read:user_idp_tokens` is defined."
    }
  }
}

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/auth0-useridentity"
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 email required.

A second provider on the same verified email joins the account you already have.