Auth0 · Schema

UpdateSessionResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The ID of the session
user_id string ID of the user which can be used when interacting with other APIs.
created_at object
updated_at object
authenticated_at object
idle_expires_at object
expires_at object
last_interacted_at object
device object
clients array List of client details for the session
authentication object
cookie object
session_metadata object
View JSON Schema on GitHub

JSON Schema

auth0-updatesessionresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateSessionResponseContent",
  "title": "UpdateSessionResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the session"
    },
    "user_id": {
      "type": "string",
      "description": "ID of the user which can be used when interacting with other APIs."
    },
    "created_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "updated_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "authenticated_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "idle_expires_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "expires_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "last_interacted_at": {
      "$ref": "#/components/schemas/SessionDate"
    },
    "device": {
      "$ref": "#/components/schemas/SessionDeviceMetadata"
    },
    "clients": {
      "type": "array",
      "description": "List of client details for the session",
      "items": {
        "$ref": "#/components/schemas/SessionClientMetadata"
      }
    },
    "authentication": {
      "$ref": "#/components/schemas/SessionAuthenticationSignals"
    },
    "cookie": {
      "$ref": "#/components/schemas/SessionCookieMetadata"
    },
    "session_metadata": {
      "$ref": "#/components/schemas/SessionMetadata"
    }
  }
}

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-updatesessionresponsecontent"
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.