Dynatrace · Capability

Dynatrace Account Management API — Permissions

Dynatrace Account Management API — Permissions. 1 operations. Lead operation: Dynatrace List Permissions for Account. Self-contained Naftiko capability covering one Dynatrace business surface.

Run with Naftiko DynatracePermissions

What You Can Do

GET
Listpermissions — Dynatrace List Permissions for Account
/v1/iam/v1/accounts/{accountuuid}/permissions

MCP Tools

dynatrace-list-permissions-account

Dynatrace List Permissions for Account

read-only idempotent

Capability Spec

account-management-permissions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dynatrace Account Management API — Permissions
  description: 'Dynatrace Account Management API — Permissions. 1 operations. Lead operation: Dynatrace List Permissions for
    Account. Self-contained Naftiko capability covering one Dynatrace business surface.'
  tags:
  - Dynatrace
  - Permissions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DYNATRACE_API_KEY: DYNATRACE_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-management-permissions
    baseUri: https://api.dynatrace.com
    description: Dynatrace Account Management API — Permissions business capability. Self-contained, no shared references.
    resources:
    - name: iam-v1-accounts-accountUuid-permissions
      path: /iam/v1/accounts/{accountUuid}/permissions
      operations:
      - name: listpermissions
        method: GET
        description: Dynatrace List Permissions for Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DYNATRACE_API_KEY}}'
  exposes:
  - type: rest
    namespace: account-management-permissions-rest
    port: 8080
    description: REST adapter for Dynatrace Account Management API — Permissions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/iam/v1/accounts/{accountuuid}/permissions
      name: iam-v1-accounts-accountuuid-permissions
      description: REST surface for iam-v1-accounts-accountUuid-permissions.
      operations:
      - method: GET
        name: listpermissions
        description: Dynatrace List Permissions for Account
        call: account-management-permissions.listpermissions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: account-management-permissions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dynatrace Account Management API — Permissions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: dynatrace-list-permissions-account
      description: Dynatrace List Permissions for Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account-management-permissions.listpermissions
      outputParameters:
      - type: object
        mapping: $.