Workday Security · Capability

Workday Security Workday Identity Management API — Unidentified Signons

Workday Security Workday Identity Management API — Unidentified Signons. 1 operations. Lead operation: Workday Security List unidentified signon attempts. Self-contained Naftiko capability covering one Workday Security business surface.

Run with Naftiko Workday SecurityUnidentified Signons

What You Can Do

GET
Listunidentifiedsignons — Workday Security List unidentified signon attempts
/v1/unidentifiedsignons

MCP Tools

workday-security-list-unidentified-signon

Workday Security List unidentified signon attempts

read-only idempotent

Capability Spec

identity-management-unidentified-signons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Security Workday Identity Management API — Unidentified Signons
  description: 'Workday Security Workday Identity Management API — Unidentified Signons. 1 operations. Lead operation: Workday
    Security List unidentified signon attempts. Self-contained Naftiko capability covering one Workday Security business surface.'
  tags:
  - Workday Security
  - Unidentified Signons
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_SECURITY_API_KEY: WORKDAY_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: identity-management-unidentified-signons
    baseUri: https://{host}/ccx/api/v1/{tenant}
    description: Workday Security Workday Identity Management API — Unidentified Signons business capability. Self-contained,
      no shared references.
    resources:
    - name: unidentifiedSignons
      path: /unidentifiedSignons
      operations:
      - name: listunidentifiedsignons
        method: GET
        description: Workday Security List unidentified signon attempts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fromDateTime
          in: query
          type: string
          description: Start of the time range for retrieving unidentified signons. The range between fromDateTime and toDateTime
            must be less than 24 hours.
          required: true
        - name: toDateTime
          in: query
          type: string
          description: End of the time range for retrieving unidentified signons. The range between fromDateTime and toDateTime
            must be less than 24 hours.
          required: true
    authentication:
      type: bearer
      token: '{{env.WORKDAY_SECURITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: identity-management-unidentified-signons-rest
    port: 8080
    description: REST adapter for Workday Security Workday Identity Management API — Unidentified Signons. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/unidentifiedsignons
      name: unidentifiedsignons
      description: REST surface for unidentifiedSignons.
      operations:
      - method: GET
        name: listunidentifiedsignons
        description: Workday Security List unidentified signon attempts
        call: identity-management-unidentified-signons.listunidentifiedsignons
        with:
          fromDateTime: rest.fromDateTime
          toDateTime: rest.toDateTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: identity-management-unidentified-signons-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Security Workday Identity Management API — Unidentified Signons. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-security-list-unidentified-signon
      description: Workday Security List unidentified signon attempts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identity-management-unidentified-signons.listunidentifiedsignons
      with:
        fromDateTime: tools.fromDateTime
        toDateTime: tools.toDateTime
      outputParameters:
      - type: object
        mapping: $.