naftiko: 1.0.0-alpha2 info: label: Autodesk ACC Account Admin API — Project Users description: 'Autodesk ACC Account Admin API — Project Users. 4 operations. Lead operation: Autodesk List Project Users. Self-contained Naftiko capability covering one Autodesk business surface.' tags: - Autodesk - Project 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-project-users baseUri: https://developer.api.autodesk.com description: Autodesk ACC Account Admin API — Project Users business capability. Self-contained, no shared references. resources: - name: construction-admin-v1-accounts-accountId-projects-projectId-users path: /construction/admin/v1/accounts/{accountId}/projects/{projectId}/users operations: - name: getprojectusers method: GET description: Autodesk List Project Users outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string required: true - name: projectId in: path type: string required: true - name: filter[email] in: query type: string - name: filter[name] in: query type: string - name: limit in: query type: integer - name: offset in: query type: integer - name: addprojectuser method: POST description: Autodesk Add Project User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string required: true - name: projectId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: construction-admin-v1-accounts-accountId-projects-projectId-users-userId path: /construction/admin/v1/accounts/{accountId}/projects/{projectId}/users/{userId} operations: - name: updateprojectuser method: PATCH description: Autodesk Update Project User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string required: true - name: projectId in: path type: string required: true - name: userId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: removeprojectuser method: DELETE description: Autodesk Remove Project User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string required: true - name: projectId in: path type: string required: true - name: userId in: path type: string required: true authentication: type: bearer token: '{{env.AUTODESK_API_KEY}}' exposes: - type: rest namespace: acc-account-admin-project-users-rest port: 8080 description: REST adapter for Autodesk ACC Account Admin API — Project Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/construction/admin/v1/accounts/{accountid}/projects/{projectid}/users name: construction-admin-v1-accounts-accountid-projects-projectid-users description: REST surface for construction-admin-v1-accounts-accountId-projects-projectId-users. operations: - method: GET name: getprojectusers description: Autodesk List Project Users call: acc-account-admin-project-users.getprojectusers with: accountId: rest.accountId projectId: rest.projectId filter[email]: rest.filter[email] filter[name]: rest.filter[name] limit: rest.limit offset: rest.offset outputParameters: - type: object mapping: $. - method: POST name: addprojectuser description: Autodesk Add Project User call: acc-account-admin-project-users.addprojectuser with: accountId: rest.accountId projectId: rest.projectId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/construction/admin/v1/accounts/{accountid}/projects/{projectid}/users/{userid} name: construction-admin-v1-accounts-accountid-projects-projectid-users-userid description: REST surface for construction-admin-v1-accounts-accountId-projects-projectId-users-userId. operations: - method: PATCH name: updateprojectuser description: Autodesk Update Project User call: acc-account-admin-project-users.updateprojectuser with: accountId: rest.accountId projectId: rest.projectId userId: rest.userId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: removeprojectuser description: Autodesk Remove Project User call: acc-account-admin-project-users.removeprojectuser with: accountId: rest.accountId projectId: rest.projectId userId: rest.userId outputParameters: - type: object mapping: $. - type: mcp namespace: acc-account-admin-project-users-mcp port: 9090 transport: http description: MCP adapter for Autodesk ACC Account Admin API — Project Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: autodesk-list-project-users description: Autodesk List Project Users hints: readOnly: true destructive: false idempotent: true call: acc-account-admin-project-users.getprojectusers with: accountId: tools.accountId projectId: tools.projectId filter[email]: tools.filter[email] filter[name]: tools.filter[name] limit: tools.limit offset: tools.offset outputParameters: - type: object mapping: $. - name: autodesk-add-project-user description: Autodesk Add Project User hints: readOnly: false destructive: false idempotent: false call: acc-account-admin-project-users.addprojectuser with: accountId: tools.accountId projectId: tools.projectId body: tools.body outputParameters: - type: object mapping: $. - name: autodesk-update-project-user description: Autodesk Update Project User hints: readOnly: false destructive: false idempotent: true call: acc-account-admin-project-users.updateprojectuser with: accountId: tools.accountId projectId: tools.projectId userId: tools.userId body: tools.body outputParameters: - type: object mapping: $. - name: autodesk-remove-project-user description: Autodesk Remove Project User hints: readOnly: false destructive: true idempotent: true call: acc-account-admin-project-users.removeprojectuser with: accountId: tools.accountId projectId: tools.projectId userId: tools.userId outputParameters: - type: object mapping: $.