Ping Identity · Capability

PingOne Platform API — Total Identities

PingOne Platform API — Total Identities. 1 operations. Lead operation: Total Identities. Self-contained Naftiko capability covering one Ping Identity business surface.

Run with Naftiko Ping IdentityTotal Identities

What You Can Do

GET
Gettotalidentities — gettotalidentities
/v1/environments/{environmentid}/totalidentities

MCP Tools

gettotalidentities

gettotalidentities

read-only idempotent

Capability Spec

ping-identity-total-identities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PingOne Platform API — Total Identities
  description: 'PingOne Platform API — Total Identities. 1 operations. Lead operation: Total Identities. Self-contained Naftiko
    capability covering one Ping Identity business surface.'
  tags:
  - Ping Identity
  - Total Identities
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PING_IDENTITY_API_KEY: PING_IDENTITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ping-identity-total-identities
    baseUri: https://api.pingone.{tld}/{basePath}
    description: PingOne Platform API — Total Identities business capability. Self-contained, no shared references.
    resources:
    - name: environments-environmentID-totalIdentities
      path: /environments/{environmentID}/totalIdentities
      operations:
      - name: gettotalidentities
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.PING_IDENTITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: ping-identity-total-identities-rest
    port: 8080
    description: REST adapter for PingOne Platform API — Total Identities. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/environments/{environmentid}/totalidentities
      name: environments-environmentid-totalidentities
      description: REST surface for environments-environmentID-totalIdentities.
      operations:
      - method: GET
        name: gettotalidentities
        description: gettotalidentities
        call: ping-identity-total-identities.gettotalidentities
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ping-identity-total-identities-mcp
    port: 9090
    transport: http
    description: MCP adapter for PingOne Platform API — Total Identities. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: gettotalidentities
      description: gettotalidentities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ping-identity-total-identities.gettotalidentities
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.