Autodesk · Capability

Autodesk ACC Account Admin API — Account Users

Autodesk ACC Account Admin API — Account Users. 1 operations. Lead operation: Autodesk List Account Users. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskAccount Users

What You Can Do

GET
Getaccountusers — Autodesk List Account Users
/v1/construction/admin/v1/accounts/{accountid}/users

MCP Tools

autodesk-list-account-users

Autodesk List Account Users

read-only idempotent

Capability Spec

acc-account-admin-account-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk ACC Account Admin API — Account Users
  description: 'Autodesk ACC Account Admin API — Account Users. 1 operations. Lead operation: Autodesk List Account Users.
    Self-contained Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Account Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: acc-account-admin-account-users
    baseUri: https://developer.api.autodesk.com
    description: Autodesk ACC Account Admin API — Account Users business capability. Self-contained, no shared references.
    resources:
    - name: construction-admin-v1-accounts-accountId-users
      path: /construction/admin/v1/accounts/{accountId}/users
      operations:
      - name: getaccountusers
        method: GET
        description: Autodesk List Account Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
        - name: filter[email]
          in: query
          type: string
        - name: filter[name]
          in: query
          type: string
        - name: filter[status]
          in: query
          type: string
        - name: limit
          in: query
          type: integer
        - name: offset
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: acc-account-admin-account-users-rest
    port: 8080
    description: REST adapter for Autodesk ACC Account Admin API — Account Users. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/construction/admin/v1/accounts/{accountid}/users
      name: construction-admin-v1-accounts-accountid-users
      description: REST surface for construction-admin-v1-accounts-accountId-users.
      operations:
      - method: GET
        name: getaccountusers
        description: Autodesk List Account Users
        call: acc-account-admin-account-users.getaccountusers
        with:
          accountId: rest.accountId
          filter[email]: rest.filter[email]
          filter[name]: rest.filter[name]
          filter[status]: rest.filter[status]
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: acc-account-admin-account-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk ACC Account Admin API — Account Users. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: autodesk-list-account-users
      description: Autodesk List Account Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: acc-account-admin-account-users.getaccountusers
      with:
        accountId: tools.accountId
        filter[email]: tools.filter[email]
        filter[name]: tools.filter[name]
        filter[status]: tools.filter[status]
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.