Microsoft Azure · Capability

Microsoft Azure Azure IoT Central — Users

Microsoft Azure Azure IoT Central — Users. 5 operations. Lead operation: Microsoft Azure Get The List Of Users In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUsers

What You Can Do

GET
Microsoftazureuserslist — Microsoft Azure Get The List Of Users In An Application
/v1/users
GET
Microsoftazureusersget — Microsoft Azure Get A User By Id
/v1/users/{userid}
PUT
Microsoftazureuserscreate — Microsoft Azure Create A User In The Application
/v1/users/{userid}
PATCH
Microsoftazureusersupdate — Microsoft Azure Update A User In The Application Via Patch
/v1/users/{userid}
DELETE
Microsoftazureusersremove — Microsoft Azure Delete A User
/v1/users/{userid}

MCP Tools

microsoft-azure-get-list-users

Microsoft Azure Get The List Of Users In An Application

read-only idempotent
microsoft-azure-get-user-id

Microsoft Azure Get A User By Id

read-only idempotent
microsoft-azure-create-user-application

Microsoft Azure Create A User In The Application

idempotent
microsoft-azure-update-user-application

Microsoft Azure Update A User In The Application Via Patch

idempotent
microsoft-azure-delete-user

Microsoft Azure Delete A User

idempotent

Capability Spec

azure-iot-central-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure IoT Central — Users
  description: 'Microsoft Azure Azure IoT Central — Users. 5 operations. Lead operation: Microsoft Azure Get The List Of Users
    In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-iot-central-users
    baseUri: ''
    description: Microsoft Azure Azure IoT Central — Users business capability. Self-contained, no shared references.
    resources:
    - name: users
      path: /users
      operations:
      - name: microsoftazureuserslist
        method: GET
        description: Microsoft Azure Get The List Of Users In An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-userId
      path: /users/{userId}
      operations:
      - name: microsoftazureusersget
        method: GET
        description: Microsoft Azure Get A User By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureuserscreate
        method: PUT
        description: Microsoft Azure Create A User In The Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: User body.
          required: true
      - name: microsoftazureusersupdate
        method: PATCH
        description: Microsoft Azure Update A User In The Application Via Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: User patch body.
          required: true
      - name: microsoftazureusersremove
        method: DELETE
        description: Microsoft Azure Delete A User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-iot-central-users-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure IoT Central — 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: microsoftazureuserslist
        description: Microsoft Azure Get The List Of Users In An Application
        call: azure-iot-central-users.microsoftazureuserslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{userid}
      name: users-userid
      description: REST surface for users-userId.
      operations:
      - method: GET
        name: microsoftazureusersget
        description: Microsoft Azure Get A User By Id
        call: azure-iot-central-users.microsoftazureusersget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureuserscreate
        description: Microsoft Azure Create A User In The Application
        call: azure-iot-central-users.microsoftazureuserscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureusersupdate
        description: Microsoft Azure Update A User In The Application Via Patch
        call: azure-iot-central-users.microsoftazureusersupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureusersremove
        description: Microsoft Azure Delete A User
        call: azure-iot-central-users.microsoftazureusersremove
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-iot-central-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure IoT Central — Users. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-users
      description: Microsoft Azure Get The List Of Users In An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-users.microsoftazureuserslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-user-id
      description: Microsoft Azure Get A User By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-users.microsoftazureusersget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-user-application
      description: Microsoft Azure Create A User In The Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-users.microsoftazureuserscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-user-application
      description: Microsoft Azure Update A User In The Application Via Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-users.microsoftazureusersupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-user
      description: Microsoft Azure Delete A User
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-iot-central-users.microsoftazureusersremove
      outputParameters:
      - type: object
        mapping: $.