Dataiku · Capability

Dataiku Govern API — Users

Dataiku Govern API — Users. 1 operations. Lead operation: Dataiku List Govern users. Self-contained Naftiko capability covering one Dataiku business surface.

Run with Naftiko DataikuUsers

What You Can Do

GET
Listgovernusers — Dataiku List Govern users
/v1/users

MCP Tools

dataiku-list-govern-users

Dataiku List Govern users

read-only idempotent

Capability Spec

govern-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dataiku Govern API — Users
  description: 'Dataiku Govern API — Users. 1 operations. Lead operation: Dataiku List Govern users. Self-contained Naftiko
    capability covering one Dataiku business surface.'
  tags:
  - Dataiku
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATAIKU_API_KEY: DATAIKU_API_KEY
capability:
  consumes:
  - type: http
    namespace: govern-users
    baseUri: https://{govern-host}/public/api
    description: Dataiku Govern API — Users business capability. Self-contained, no shared references.
    resources:
    - name: users
      path: /users
      operations:
      - name: listgovernusers
        method: GET
        description: Dataiku List Govern users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.DATAIKU_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: govern-users-rest
    port: 8080
    description: REST adapter for Dataiku Govern API — Users. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/users
      name: users
      description: REST surface for users.
      operations:
      - method: GET
        name: listgovernusers
        description: Dataiku List Govern users
        call: govern-users.listgovernusers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: govern-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dataiku Govern API — Users. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: dataiku-list-govern-users
      description: Dataiku List Govern users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: govern-users.listgovernusers
      outputParameters:
      - type: object
        mapping: $.