Microsoft Dynamics NAV · Capability

Dynamics 365 Business Central API v2.0 — Employees

Dynamics 365 Business Central API v2.0 — Employees. 1 operations. Lead operation: List Employees. Self-contained Naftiko capability covering one Navision business surface.

Run with Naftiko NavisionEmployees

What You Can Do

GET
Listemployees — List Employees
/v1/companies-company-id/employees

MCP Tools

list-employees

List Employees

read-only idempotent

Capability Spec

business-central-api-v2-employees.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dynamics 365 Business Central API v2.0 — Employees
  description: 'Dynamics 365 Business Central API v2.0 — Employees. 1 operations. Lead operation: List Employees. Self-contained
    Naftiko capability covering one Navision business surface.'
  tags:
  - Navision
  - Employees
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NAVISION_API_KEY: NAVISION_API_KEY
capability:
  consumes:
  - type: http
    namespace: business-central-api-v2-employees
    baseUri: https://api.businesscentral.dynamics.com/v2.0/{environment}/api/v2.0
    description: Dynamics 365 Business Central API v2.0 — Employees business capability. Self-contained, no shared references.
    resources:
    - name: companies({company_id})-employees
      path: /companies({company_id})/employees
      operations:
      - name: listemployees
        method: GET
        description: List Employees
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NAVISION_API_KEY}}'
  exposes:
  - type: rest
    namespace: business-central-api-v2-employees-rest
    port: 8080
    description: REST adapter for Dynamics 365 Business Central API v2.0 — Employees. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/companies-company-id/employees
      name: companies-company-id-employees
      description: REST surface for companies({company_id})-employees.
      operations:
      - method: GET
        name: listemployees
        description: List Employees
        call: business-central-api-v2-employees.listemployees
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: business-central-api-v2-employees-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dynamics 365 Business Central API v2.0 — Employees. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-employees
      description: List Employees
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-central-api-v2-employees.listemployees
      outputParameters:
      - type: object
        mapping: $.