SailPoint · Schema

PublicIdentity

Details about a public identity.

Access GovernanceComplianceIAMIdentity ManagementIdentity SecuritySecurity

Properties

Name Type Description
id string The identity ID.
name string Human-readable display name of the identity.
alias string Alternate unique identifier for the identity.
email stringnull Email address of the identity.
status stringnull The lifecycle status for the identity.
identityState stringnull The current state of the identity, which determines how Identity Security Cloud interacts with the identity. Active identities are included in identity picklists in Request Center, identity processing
manager object
attributes array The public identity attributes of the identity.
View JSON Schema on GitHub

JSON Schema

sailpoint-publicidentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PublicIdentity",
  "title": "PublicIdentity",
  "type": "object",
  "description": "Details about a public identity.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The identity ID.",
      "examples": [
        "2c9180857182305e0171993735622948"
      ]
    },
    "name": {
      "type": "string",
      "description": "Human-readable display name of the identity.",
      "examples": [
        "Alison Ferguso"
      ]
    },
    "alias": {
      "type": "string",
      "description": "Alternate unique identifier for the identity.",
      "examples": [
        "alison.ferguso"
      ]
    },
    "email": {
      "type": [
        "string",
        "null"
      ],
      "description": "Email address of the identity.",
      "examples": [
        "alison.ferguso@acme-solar.com"
      ]
    },
    "status": {
      "type": [
        "string",
        "null"
      ],
      "description": "The lifecycle status for the identity.",
      "examples": [
        "Active"
      ]
    },
    "identityState": {
      "type": [
        "string",
        "null"
      ],
      "description": "The current state of the identity, which determines how Identity Security Cloud interacts with the identity. Active identities are included in identity picklists in Request Center, identity processing, and more. Inactive identities are excluded from these features.",
      "enum": [
        "ACTIVE",
        "INACTIVE_SHORT_TERM",
        "INACTIVE_LONG_TERM",
        null
      ],
      "examples": [
        "ACTIVE"
      ]
    },
    "manager": {
      "$ref": "#/components/schemas/IdentityReference"
    },
    "attributes": {
      "type": "array",
      "description": "The public identity attributes of the identity.",
      "items": {
        "$ref": "#/components/schemas/IdentityAttribute"
      }
    }
  }
}

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/sailpoint-publicidentity"
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.