Okta · Schema

Okta User

Core user representation in the Okta Management API.

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
id string Stable Okta user identifier (20-char alphanumeric).
status string
created string
activated stringnull
statusChanged stringnull
lastLogin stringnull
lastUpdated string
passwordChanged stringnull
type object
profile object
credentials object
_links object
View JSON Schema on GitHub

JSON Schema

okta-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/okta/main/json-schema/okta-user-schema.json",
  "title": "Okta User",
  "description": "Core user representation in the Okta Management API.",
  "type": "object",
  "required": ["id", "status", "profile"],
  "properties": {
    "id": { "type": "string", "description": "Stable Okta user identifier (20-char alphanumeric)." },
    "status": {
      "type": "string",
      "enum": ["STAGED", "PROVISIONED", "ACTIVE", "RECOVERY", "LOCKED_OUT", "PASSWORD_EXPIRED", "SUSPENDED", "DEPROVISIONED"]
    },
    "created": { "type": "string", "format": "date-time" },
    "activated": { "type": ["string", "null"], "format": "date-time" },
    "statusChanged": { "type": ["string", "null"], "format": "date-time" },
    "lastLogin": { "type": ["string", "null"], "format": "date-time" },
    "lastUpdated": { "type": "string", "format": "date-time" },
    "passwordChanged": { "type": ["string", "null"], "format": "date-time" },
    "type": {
      "type": "object",
      "properties": { "id": { "type": "string" } }
    },
    "profile": {
      "type": "object",
      "required": ["login", "email"],
      "properties": {
        "login": { "type": "string", "format": "email" },
        "email": { "type": "string", "format": "email" },
        "secondEmail": { "type": ["string", "null"], "format": "email" },
        "firstName": { "type": "string" },
        "lastName": { "type": "string" },
        "mobilePhone": { "type": ["string", "null"] }
      },
      "additionalProperties": true
    },
    "credentials": {
      "type": "object",
      "properties": {
        "password": { "type": "object" },
        "recovery_question": {
          "type": "object",
          "properties": {
            "question": { "type": "string" }
          }
        },
        "provider": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "enum": ["OKTA", "ACTIVE_DIRECTORY", "LDAP", "FEDERATION", "SOCIAL", "IMPORT"]
            },
            "name": { "type": "string" }
          }
        }
      }
    },
    "_links": { "type": "object" }
  },
  "additionalProperties": false
}

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/okta-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 email required.

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