ForgeRock · Schema

ForgeRock Directory Entry

A directory entry accessed via the ForgeRock Directory Services HDAP (HTTP Directory Access Protocol) API. Represents an LDAP entry mapped to a JSON resource with standard person and organizational attributes.

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOpenID Connect

Properties

Name Type Description
_id string Entry identifier mapped from the LDAP RDN attribute (e.g., uid)
_rev string Entry revision for MVCC concurrency control (mapped from LDAP etag)
userName string Login username (mapped from LDAP uid)
cn string Common name (typically full name)
givenName string First name
sn string Surname / last name
mail string Email address
telephoneNumber string Telephone number
description string Entry description
memberOf array DNs of groups this entry belongs to (virtual attribute)
userPassword string User password (write-only, stored as a hash in the directory)
ds-pwp-account-disabled boolean Whether the account is disabled by password policy
ds-pwp-last-login-time string Last successful authentication time
createTimestamp string Entry creation time
modifyTimestamp string Last modification time
View JSON Schema on GitHub

JSON Schema

forgerock-directory-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schema.forgerock.com/directory-entry",
  "title": "ForgeRock Directory Entry",
  "description": "A directory entry accessed via the ForgeRock Directory Services HDAP (HTTP Directory Access Protocol) API. Represents an LDAP entry mapped to a JSON resource with standard person and organizational attributes.",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Entry identifier mapped from the LDAP RDN attribute (e.g., uid)"
    },
    "_rev": {
      "type": "string",
      "description": "Entry revision for MVCC concurrency control (mapped from LDAP etag)",
      "readOnly": true
    },
    "userName": {
      "type": "string",
      "description": "Login username (mapped from LDAP uid)"
    },
    "cn": {
      "type": "string",
      "description": "Common name (typically full name)"
    },
    "givenName": {
      "type": "string",
      "description": "First name"
    },
    "sn": {
      "type": "string",
      "description": "Surname / last name"
    },
    "mail": {
      "type": "string",
      "format": "email",
      "description": "Email address"
    },
    "telephoneNumber": {
      "type": "string",
      "description": "Telephone number"
    },
    "description": {
      "type": "string",
      "description": "Entry description"
    },
    "memberOf": {
      "type": "array",
      "description": "DNs of groups this entry belongs to (virtual attribute)",
      "readOnly": true,
      "items": {
        "type": "string"
      }
    },
    "userPassword": {
      "type": "string",
      "description": "User password (write-only, stored as a hash in the directory)",
      "writeOnly": true
    },
    "ds-pwp-account-disabled": {
      "type": "boolean",
      "description": "Whether the account is disabled by password policy"
    },
    "ds-pwp-last-login-time": {
      "type": "string",
      "format": "date-time",
      "description": "Last successful authentication time",
      "readOnly": true
    },
    "createTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Entry creation time",
      "readOnly": true
    },
    "modifyTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Last modification time",
      "readOnly": true
    }
  },
  "required": ["_id"],
  "additionalProperties": true
}

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/forgerock-directory-entry"
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.