Bentley Systems · Capability

iTwin Access Control API — Members

iTwin Access Control API — Members. Self-contained Naftiko capability covering the Members resource of the iTwin Access Control API.

iTwin Access Control API — Members is a Naftiko capability published by Bentley Systems, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Bentley, iTwin, and Members.

Run with Naftiko BentleyiTwinMembers

Capability Spec

access-control-members.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "iTwin Access Control API \u2014 Members"
  description: "iTwin Access Control API \u2014 Members. Self-contained Naftiko capability covering the Members resource of\
    \ the iTwin Access Control API."
  tags:
  - Bentley
  - iTwin
  - Members
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    ITWIN_ACCESS_TOKEN: ITWIN_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: access-control-members
    baseUri: https://api.bentley.com/accesscontrol
    description: iTwin Access Control API Members capability against the iTwin Platform.
    resources:
    - name: members
      path: /members
      operations:
      - name: listMembers
        method: GET
        description: List Members via iTwin Access Control API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
      - name: createMember
        method: POST
        description: Create Member via iTwin Access Control API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).